Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PackageOverview ¶
PackageOverview represents an overview of all packages and their dependencies in the project.
func New ¶
func New(root string) (*PackageOverview, error)
func (*PackageOverview) ExistsDependency ¶
func (p *PackageOverview) ExistsDependency(pkgName string) bool
func (*PackageOverview) IsOwnPackage ¶
func (p *PackageOverview) IsOwnPackage(pkgName string) bool
Click to show internal directories.
Click to hide internal directories.