Versions in this module Expand all Collapse all v1 v1.0.9 Mar 5, 2024 v1.0.8 Mar 5, 2024 Changes in this version + type FieldInfo struct + IsPointer bool + Type string + func (fi FieldInfo) String() string + type Structure map[string]FieldInfo + func Lookup(sl StructureList, structName string) (Structure, error) + func (s Structure) String() string + type StructureList map[string]Structure + func Parse(path string, src io.Reader) (StructureList, error)