Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CollectDefs ¶
Types ¶
type File ¶
type File struct {
Pkg *Package // Package to which this file belongs.
Ast *ast.File // Parsed AST.
Imports map[string]string
}
File holds a single parsed file and associated data.
type Package ¶
func NewPackages ¶
Click to show internal directories.
Click to hide internal directories.