//
pkg.gl
Category
github.com/kenSevLeb/go-framework
util
conv
package
1.2.10
Repository:
https://github.com/kensevleb/go-framework.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
1
Files
103 SLOC
#
Functions
Byte2String
byte转string.
Int2String
int转string.
InterToInt
将整形或字符串的interface转回成int.
InterToStr
将整形或字符串的interface转回成字符串.
Map2Struct
map转struct,用json转换,要求obj为指针.
String2Byte
string转byte.
String2Int
string转int.
Struct2Map
struct转map,默认使用属性名称为字段名称,可以用json标签重命名.