//
pkg.gl
Category
github.com/yohobala/taurus_go
datautil
struct
package
0.7.0
Repository:
https://github.com/yohobala/taurus_go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
17 SLOC
#
Functions
GetFields
获取结构体的字段名 示例: type Employee struct { ID int Name string } fields := getFields(Employee{}) 输出:[ID Name].