You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates the package doc comment to add a note about parallel execution
since methods are not safe to be called from multiple goroutines.
Package doc comment was also formatted using Godoc best practices.
https://tip.golang.org/doc/commentFixesdayvonjersen#12
Signed-off-by: Ian Lewis <[email protected]>
Currently you can't call
LanguageByContents
(and I believe other functions as well) from multiple goroutines.Will add the exact error encountered later.
The text was updated successfully, but these errors were encountered: