Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Package ¶ added in v0.0.17
type Package struct { // Package name taken from first file Name string // path to file that was read FilePath string // data about either the file passed or all go files in dir passed Files []gofile.GoFile // all imports used by this package Imports []impt.Impt // each func will get its own file Fns []gofile.PkgPart // list of the body of all var/const declarations Vars []gofile.PkgPart // things declared with "type" TypeSpecs []gofile.PkgPart }
func NewPackage ¶ added in v0.0.17
func (Package) GetOutputDir ¶ added in v0.0.17
func (Package) WriteOutput ¶ added in v0.0.17
Source Files ¶
Click to show internal directories.
Click to hide internal directories.