jmhodges / gocld3

Apache License 2.0
20 stars 18 forks source link

correct copying of language string in find_language #6

Closed jmhodges closed 5 years ago

jmhodges commented 5 years ago

We might just want to hack cld3 itself to give us the language_id int and bubble it up for Go to do the static lookups instead of copying these tiny strings multiple times.

Fixes #4