summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-03 11:26:50 -0500
committerJeff Carr <[email protected]>2025-10-03 11:26:50 -0500
commitc0544ed4a139ba47bd879a2405bfa73e4c10328a (patch)
tree7199d5cdfd1308a79b682505e39f6fa3753777be /main.go
parent82cc40997fa54e5500670e2f5151b706436c1245 (diff)
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 4414b59..1438802 100644
--- a/main.go
+++ b/main.go
@@ -13,7 +13,7 @@ import (
// sent from -ldflags
var VERSION string
-var DATE string
+var BUILDTIME string
//go:embed resources/*
var resources embed.FS