Versions in this module Expand all Collapse all v1 v1.3.6 Aug 10, 2022 Changes in this version + type FieldMeta struct + Name string + Opts FieldOpts + Path []Offset + Type reflect.Type + func ResolveStruct(vt reflect.Type) []FieldMeta + func (self *FieldMeta) String() string + type FieldOpts int + const F_omitempty + const F_stringize + type Offset struct + Kind OffsetType + Size uintptr + Type reflect.Type + type OffsetType int + const F_deref + const F_offset + type StdField struct + type StdStructFields struct