From f3af1f5b7ff78b3f73d7510622fc9633dec36d35 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 19 Oct 2022 13:23:22 -0500 Subject: Refactor to 'gui/toolkit/' * add a example cmds/consolemouse uses a console button to launch the andlabs/ui * fix wrong return value in toolkit/NewLabel() * redirect STDIN output to a file * wonderful fix of Window() exit * finally remove the ancient stupid variables x & y * phase out struct 'box' and use 'node' instead * better names for things: use NewFoo() and NewBar() --- cmds/helloworld/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'cmds/helloworld/Makefile') diff --git a/cmds/helloworld/Makefile b/cmds/helloworld/Makefile index 1d12c3c..23d5aaa 100644 --- a/cmds/helloworld/Makefile +++ b/cmds/helloworld/Makefile @@ -8,7 +8,6 @@ build-release: build: GO111MODULE="off" go get -v -x . GO111MODULE="off" go build - ./helloworld update: GO111MODULE="off" go get -v -u -x . -- cgit v1.2.3