default to 'gocui'

This commit is contained in:
Jeff Carr 2025-02-13 14:14:03 -06:00
parent 187167f149
commit 7cf4595053
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ VERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%Y.%m.%d)
all: build
./helloworld
./helloworld --gui gocui
build:
GO111MODULE=off go build \

View File

@ -33,7 +33,7 @@ func helloworld() {
window := myGui.NewWindow("hello world")
box := window.NewBox("vbox", false)
group := box.NewGroup("groupy")
group := box.NewGroup("A Group")
grid := group.NewGrid("gridiron", 2, 1)
grid.NewButton("hello", func() {