Versions in this module Expand all Collapse all v0 v0.3.4 Aug 1, 2022 Changes in this version type File + func (f *File) AliasImportPath(alias string) (string, bool) v0.3.3 Jul 27, 2022 Changes in this version + type File struct + func New(path string) (*File, error) + func (f *File) Content() *ast.File + func (f *File) Defs() *parser.Definitions + func (f *File) Path() string + func (f *File) String() string