Versions in this module Expand all Collapse all v1 v1.3.0 Feb 2, 2022 Changes in this version + func CreateField(name string, fieldType ast.Expr) *ast.Field + func EachDeclarationInFile(file *ast.File) <-chan ast.Decl + func EachFieldInFieldList(fieldList *ast.FieldList) <-chan *ast.Field + func EachGenericDeclarationInFile(file *ast.File) <-chan *ast.GenDecl + func EachSpecificationInGenericDeclaration(decl *ast.GenDecl) <-chan ast.Spec + func EachTypeSpecificationInFile(file *ast.File) <-chan *ast.TypeSpec + func EachTypeSpecificationInGenericDeclaration(decl *ast.GenDecl) <-chan *ast.TypeSpec + func FieldTypeReuseCount(field *ast.Field) int + func FieldsWithoutEllipsis(fields []*ast.Field) []*ast.Field + func ImportToDir(imp string) (string, error) v1.2.0 Dec 7, 2021