mirror of
https://github.com/jroimartin/gocui.git
synced 2025-05-01 22:17:55 +08:00
testing if go mods works
This commit is contained in:
parent
117e4fb79d
commit
66cf087c5e
2
gui.go
2
gui.go
@ -14,6 +14,8 @@ import (
|
|||||||
"github.com/jesseduffield/termbox-go"
|
"github.com/jesseduffield/termbox-go"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// this comment is here for no good reason
|
||||||
|
|
||||||
var (
|
var (
|
||||||
// ErrQuit is used to decide if the MainLoop finished successfully.
|
// ErrQuit is used to decide if the MainLoop finished successfully.
|
||||||
ErrQuit = standardErrors.New("quit")
|
ErrQuit = standardErrors.New("quit")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user