diff options
Diffstat (limited to 'testGui/main.go')
| -rw-r--r-- | testGui/main.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testGui/main.go b/testGui/main.go index 2bf4457..124ac61 100644 --- a/testGui/main.go +++ b/testGui/main.go @@ -17,9 +17,9 @@ func main() { // setup the GUI me.myGui = gui.New() - // testLoad("nocui") - // testLoad("gocui") - // testLoad("andlabs") + testLoad("nocui") + testLoad("gocui") + testLoad("andlabs") testLoad("pixelgl") testLoad("fyne") //testLoad("fail") |
