package
0.0.0-20230909061459-b6f4e5ffd75d
Repository: https://github.com/jfl0unch/goutil.git
Documentation: pkg.go.dev
# Functions
FlatStructFields 将结构体的所有字段都返回(会将 Anonymous fields 打平后包含在内) 参考: https://stackoverflow.com/questions/24333494/golang-reflection-on-embedded-structs.
ParseStrToInstance 把字符串翻译为指定类型
supported: struct standard type(int,string,bool...)
not supported: reflect.Chan reflect.Func reflect.Interface reflect.UnsafePointer.