Files
ReSendit/internal/buildinfo/buildinfo.go
2026-03-24 23:51:42 +01:00

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"