package
1.2.10
Repository: https://github.com/kensevleb/go-framework.git
Documentation: pkg.go.dev

# Functions

byte转string.
int转string.
将整形或字符串的interface转回成int.
将整形或字符串的interface转回成字符串.
map转struct,用json转换,要求obj为指针.
string转byte.
string转int.
struct转map,默认使用属性名称为字段名称,可以用json标签重命名.