Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Graph ¶
type Graph struct {
// contains filtered or unexported fields
}
type Node ¶
type Node struct { ImportPath string Name string PkgType PkgTypeEnum }
type PkgTypeEnum ¶
type PkgTypeEnum string
const ( PkgTypeStdLib PkgTypeEnum = "std" PkgTypeExtLib PkgTypeEnum = "ext" PkgTypeLocal PkgTypeEnum = "loc" PkgTypeErr PkgTypeEnum = "err" )
Click to show internal directories.
Click to hide internal directories.