From 66cf087c5ed6788dfdf11a17ad60e1aa6a67df6f Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Wed, 3 Jul 2019 21:35:48 +1000 Subject: [PATCH] testing if go mods works --- gui.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gui.go b/gui.go index 5751fc5..d20420b 100644 --- a/gui.go +++ b/gui.go @@ -14,6 +14,8 @@ import ( "github.com/jesseduffield/termbox-go" ) +// this comment is here for no good reason + var ( // ErrQuit is used to decide if the MainLoop finished successfully. ErrQuit = standardErrors.New("quit")