Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefData ¶
type DefData struct {
definfo.DefInfo
// PackageImportPath is the import path of the package containing this
// def (if this def is not a package). If this def is a package,
// PackageImportPath is its own import path.
PackageImportPath string `json:",omitempty"`
}
DefData is extra Go-specific data about a def.
Click to show internal directories.
Click to hide internal directories.