embed commit and repo in config codegen

This commit is contained in:
Laptop
2024-12-29 21:11:00 +02:00
parent 26dd353985
commit 325bd8dda3
4 changed files with 7 additions and 8 deletions

View File

@@ -539,3 +539,6 @@ func init() {
}
const Debug = false
const Commit = "unknown"
const Repo = "unknown"
const CommitURL = "unknown"