diff options
| author | Jeff Carr <[email protected]> | 2024-11-15 10:51:45 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-15 10:51:45 -0600 |
| commit | ff564380a71b607821de4eca4afa0865f3c7e51c (patch) | |
| tree | 860fc04af74d5d95ae8321baf327a9e1ec6d412e /main.go | |
| parent | 2101ed1ae966834cd1d22d2e6ea1aff990e4a2e9 (diff) | |
fix ldflagsv0.22.9
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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("") |
