package
0.2.0
Repository: https://github.com/zoumo/golib.git
Documentation: pkg.go.dev

# Functions

Hashable returns true if the type can used as map key see https://blog.golang.org/maps.
HasUnexportedField returns true if the struct has unexported fields.
https://stackoverflow.com/questions/36310538/identify-non-builtin-types-using-reflect?answertab=votes#tab-top.
IsCustomType returns true if the type is not predeclared.
No description provided by the author
IsUnexportedField returns true if the structField is not exported.