package
Version:
v0.7.0
Opens a new window with list of versions in this module.
Published: Sep 16, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func GetFields(input interface{}) []string
获取结构体的字段名
示例:
type Employee struct {
ID int
Name string
}
fields := getFields(Employee{})
输出:[ID Name]
Source Files
¶
Click to show internal directories.
Click to hide internal directories.