Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoFile ¶
type GoFile struct { // path to file that was read FilePath string // name of package PackageName string // full file contents Body string // each func will get its own file Fns []PkgPart // list of the body of all var/const declarations Vars []PkgPart // all imports used by this package Imports []impt.Impt // things declared with "type" TypeSpecs []PkgPart // abstract syntax tree for the package Ast *ast.File `json:"-"` }
Click to show internal directories.
Click to hide internal directories.