summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-15 10:51:45 -0600
committerJeff Carr <[email protected]>2024-11-15 10:51:45 -0600
commitff564380a71b607821de4eca4afa0865f3c7e51c (patch)
tree860fc04af74d5d95ae8321baf327a9e1ec6d412e /main.go
parent2101ed1ae966834cd1d22d2e6ea1aff990e4a2e9 (diff)
fix ldflagsv0.22.9
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.go b/main.go
index 4f30d19..26bc80a 100644
--- a/main.go
+++ b/main.go
@@ -14,6 +14,7 @@ import (
// sent from -ldflags
var VERSION string
+var DATE string
// This is the beginning of the binary tree of GUI widgets
var myGui *gui.Node
@@ -27,8 +28,6 @@ var basicWindow *gadgets.BasicWindow
var resources embed.FS
func main() {
- // RunTest()
- // os.Exit(0)
if argv.Repo == "" {
log.Info("You need to tell me what repo you want to work on")
println("")