fix: linting

This commit is contained in:
Lea Anthony
2019-10-24 08:52:43 +11:00
parent 9e6d6763ec
commit cd3865038b
2 changed files with 2 additions and 3 deletions

View File

@@ -29,6 +29,7 @@ func detectEncoding(text string) (encoding.Encoding, string) {
return enc, info.Lang.String()
}
// ProcessEncoding attempts to convert CKJ strings to UTF-8
func ProcessEncoding(text string) string {
if runtime.GOOS != "windows" {
return text