diff options
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("") |
