Versions in this module Expand all Collapse all v0 v0.2.1 Apr 5, 2025 Changes in this version + type Field struct + ID *ast.Ident + Type Type + type Fields []Field + func (fs *Fields) Format(seperator string) string + func (fs *Fields) List() []string + func (fs *Fields) Parse(field *ast.Field) + type Type struct + Key string + Pkg string + Pointer bool + func (t *Type) Parse(expr ast.Expr) + func (t *Type) String() string v0.2.0-beta Mar 24, 2025