Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DefaultVersionGo default filename to use for generate file. DefaultVersionGo = "gen/version/version.go" // DotVersionFile file name to look for the version in. DotVersionFile = ".version" // GitUser git user. GitUser = "git" // LicenseFiles names. LicenseFiles = "LICENSE.md LICENSE" // ModuleFile file name. ModuleFile = "go.mod" )
View Source
const ( NormalExit = iota VersionConflict )
Program exit codes.
Variables ¶
View Source
var Flags struct { Dirty *bool DryRun *bool Output *string Verbose *bool Version *bool }
Flags used on the command line.
View Source
var VersionTemplateStr string
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.