Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dependency ¶
type DepsBuilder ¶
type DepsBuilder struct { Root string Package string LocalPackages []string SkipSubdirs []string BlackList []string // contains filtered or unexported fields }
DepsBuilder provides a way to compute direct dependencies of a package
func (*DepsBuilder) GetFullDependencyGraph ¶
func (b *DepsBuilder) GetFullDependencyGraph() (Graph, error)
func (*DepsBuilder) GetPackageDependencies ¶
func (b *DepsBuilder) GetPackageDependencies() ([]string, error)
GetPackageDependencies gives back the list of direct dependencies for the current context
type Godeps ¶
type Godeps struct { Comment string `json:"_Comment"` ImportPath string GoVersion string GodepVersion string Packages []string Deps []Dependency }
func (Godeps) DumpToFile ¶
Click to show internal directories.
Click to hide internal directories.