Documentation ¶
Index ¶
- func GetAllGopath() []string
- func GetGoroot() string
- func GetSrcDirs(fresh bool) []string
- type PkgNode
- func (self *PkgNode) AddDep(pn *PkgNode)
- func (self *PkgNode) AddTrigger(pn *PkgNode)
- func (self *PkgNode) Deps() []*PkgNode
- func (self *PkgNode) Grow() error
- func (self *PkgNode) ImportPath() string
- func (self *PkgNode) IsLeaf() bool
- func (self *PkgNode) SrcDir() string
- func (self *PkgNode) Triggers() []*PkgNode
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAllGopath ¶
func GetAllGopath() []string
func GetSrcDirs ¶
Types ¶
type PkgNode ¶
type PkgNode struct {
// contains filtered or unexported fields
}
func NewPkgNode ¶
func (*PkgNode) AddTrigger ¶
func (*PkgNode) ImportPath ¶
Click to show internal directories.
Click to hide internal directories.