Open ianlewis opened 1 year ago
Currently you can't call LanguageByContents (and I believe other functions as well) from multiple goroutines.
LanguageByContents
Will add the exact error encountered later.
Probably it's not necessary to be able to be used by multiple goroutines. It could just be documented in the godoc.
Currently you can't call
LanguageByContents
(and I believe other functions as well) from multiple goroutines.Will add the exact error encountered later.