francie

Results 1 issues of francie

No longer seems to work ```go package main import ( "fmt" "github.com/chrisport/go-lang-detector/langdet" "github.com/chrisport/go-lang-detector/langdet/langdetdef" ) var detector langdet.Detector func init() { detector = langdetdef.NewWithDefaultLanguages() } func main() { testString := "do...