testing if go mods works

This commit is contained in:
Jesse Duffield 2019-07-03 21:35:48 +10:00
parent 117e4fb79d
commit 66cf087c5e

2
gui.go
View File

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