package
0.0.0-20181013000606-edd1bdd1df8a
Repository: https://github.com/m3db/build-tools.git
Documentation: pkg.go.dev

# Functions

ChangedFiles returns the files changed in the provided commit range.
ChangedPackages returns all changed packages.
Checkout the specified git sha1.
CurrentSHA1 returns the SHA1 of HEAD.
CWDIsDirty returns whether the current directory is dirty.
MatchesAny returns if input matches any of the patterns specified.
No description provided by the author

# Structs

DanglingDeleteError indicates an otherwise un-imported package was deleted from the repository.

# Type aliases

ImportGraph is a map from a Go package, `p` to the set of all packages which import `p`.
ImportSet is a set of imports.