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")