package
2.1.0
Repository: https://github.com/mizuki1412/go-core-kit.git
Documentation: pkg.go.dev

# Functions

BytesToString converts byte slice to string without a memory allocation.
No description provided by the author
ClearFilePath 去掉文件路径末尾的/或\.
No description provided by the author
No description provided by the author
No description provided by the author
GetChineseFirstLetter 获取中文字符串第一个首字母.
No description provided by the author
LowerFirst 首字母小写.
No description provided by the author
Split 正则切割.
StringToBytes converts string to byte slice without a memory allocation.
UnicodeStrToStr unicode字符串(转义的)转string.
UnquoteIfQuoted If the amount is quoted, strip the quotes.
UpperFirst 首字母大写.
No description provided by the author