package
0.0.0-20190824093449-01eaed9e9553
Repository: https://github.com/popstk/go-kit.git
Documentation: pkg.go.dev

# Functions

DetermineEncodingFromReader - https://siongui.github.io/2018/10/27/auto-detect-and-convert-html-encoding-to-utf8-in-go/.
GBKToUTF8 gbk convert to utf8.
RemoveAllSpace remove unicode spaces.
StringNamedFormat format by named argument.
TruncateUTF8String - 按utf8字符数裁剪字符串 https://stackoverflow.com/questions/46415894/golang-truncate-strings-with-special-characters-without-corrupting-data/46416000.