Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrBuildFileNotExist = fmt.Errorf("load build file: %w", os.ErrNotExist)
Functions ¶
func DependencyGraph ¶
DependencyGraph returns a dependency graph for the go packages that exist under the specified root directory. This will omit any package dependencies that aren't included in the root, such as stdlib imports or imports from other modules.
Types ¶
type Pkg ¶
type VersionFile ¶
func Version ¶
func Version(pkg Pkg) *VersionFile
func (*VersionFile) Save ¶
func (vf *VersionFile) Save() error
type VersionedPkg ¶
Click to show internal directories.
Click to hide internal directories.