Files
ReSendit/internal/buildinfo/buildinfo.go
T

8 lines
186 B
Go

package buildinfo
// Commit is the git commit SHA the binary was built from.
//
// Set at build time via:
// -ldflags "-X ResendIt/internal/buildinfo.Commit=<sha>"
var Commit = "dev"