# Functions
AddFile appends an existing file to an archive.
Env returns metadata about the current CI environment, falling back to LocalEnv if not running on CI.
GOPATH returns the value that the GOPATH environment variable should be set to.
LocalEnv returns build environment metadata gathered from git.
MustRun executes the given command and exits the host process for any error.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Render renders the given template file into outputFile.
RenderString renders the given template string into outputFile.
RunGit runs a git subcommand and returns its output.
VERSION returns the content of the VERSION file.
WriteArchive creates an archive containing the given files.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
These flags override values in build env.
No description provided by the author
No description provided by the author
# Structs
Environment contains metadata provided by the build environment.
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author