Denis Isaev d437ac8629 Implement auto-fixing for gofmt,goimports,misspell
Also, add more identifier marking patterns.
2019-02-17 20:31:31 +03:00

12 lines
172 B
Go

//args: -Emisspell
package p
// language lala
// lala language
// language
// language langauge
func langaugeMisspell() { // the function detects language of the text
}