Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Package ¶
type Package struct { // import path of package (dir name) ImportPath string // actual name of package Name string // packages imported by this package PkgImports []string // filenames in package Files []string // list of exported functions ExportedFuncs []string // list of unexported functions PrivateFuncs []string // lines of code CodeLines int64 }
Click to show internal directories.
Click to hide internal directories.