package
0.7.0
Repository: https://github.com/yohobala/taurus_go.git
Documentation: pkg.go.dev

# Functions

获取结构体的字段名 示例: type Employee struct { ID int Name string } fields := getFields(Employee{}) 输出:[ID Name].