From ff564380a71b607821de4eca4afa0865f3c7e51c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 15 Nov 2024 10:51:45 -0600 Subject: fix ldflags --- main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'main.go') 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("") -- cgit v1.2.3