Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WritePkgData ¶
func WritePkgData(pkgPath string, pkgData *PackageData) error
Types ¶
type PackageData ¶
type PackageData struct {
Vars map[string]*VarInfo
Consts map[string]*ConstInfo
Funcs map[string]bool
}
func GetPkgData ¶
func GetPkgData(pkgPath string) *PackageData
Click to show internal directories.
Click to hide internal directories.