updated logging

This commit is contained in:
2026-01-01 23:05:29 -05:00
parent 9364df2645
commit bedcfe781d
4 changed files with 96 additions and 54 deletions

View File

@@ -20,3 +20,7 @@ func FullVersion() {
fmt.Printf("%s+%s\n", VERSION, gitCommit)
os.Exit(0)
}
func GetCommit() string {
return gitCommit
}