Skip to content

Instantly share code, notes, and snippets.

@xcoulon
Created January 30, 2018 20:25
Show Gist options
  • Save xcoulon/3bd45daabf3e2a7474de6fe6a89896ad to your computer and use it in GitHub Desktop.
Save xcoulon/3bd45daabf3e2a7474de6fe6a89896ad to your computer and use it in GitHub Desktop.
package configuration
var (
// BuildCommit lastest build commit (set by build script)
BuildCommit = "unknown"
// BuildTime set by build script
BuildTime = "unknown"
)
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment