feat: show build commit on admin page

This commit is contained in:
root
2026-03-24 23:51:42 +01:00
parent fc67533db9
commit fa8c6d02fd
5 changed files with 20 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
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"