package
0.1.5
Repository: https://github.com/kotlin2018/pkg.git
Documentation: pkg.go.dev

# Functions

MapField retrieves struct field as map[name/tag]*Field from <pointer>, and returns the map.
TagFields retrieves struct tags as []*Field from <pointer>, and returns it.
TagMapField retrieves struct tags as map[tag]*Field from <pointer>, and returns it.
TagMapName retrieves struct tags as map[tag]attribute from <pointer>, and returns it.

# Structs

Field contains information of a struct field .