package
0.0.8
Repository: https://github.com/rockup-consulting/go_std.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
BuildGoBin builds a Go binary in the path "{projectRoot}/bin/{orgName}/{os_arch}/{appName}" The build target is for linux since our Docker images run on Alpine.
No description provided by the author
Generate is a BUILDTIME function that generates the necessary build info and then executes the BuildFunc(s).
NewGitClient creates and returns a new buildutil.GitClient.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

GitClient has opinionated methods for working with Git during the BUILD step This client will print necessary information to the console.
No description provided by the author

# Type aliases

BuildFunc refers to a function that is passed to EmbedBuildInfo.