From a3fc02c2f7e22f92b76ff6db92618be0cf3656a6 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 21 Oct 2022 11:40:08 -0500 Subject: v0.4.1 set sane toolkit default look and feel autogenerate README.md from doc.go (goreadme cmd) remove passing arguements on a mouse click() make defaults for padding, margin, stretchy, etc add a checkbox widget function rename to NewButton() keep cleaning up toolkit code fix date. I was somehow in the future Signed-off-by: Jeff Carr --- cmds/helloworld/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'cmds/helloworld') diff --git a/cmds/helloworld/Makefile b/cmds/helloworld/Makefile index 23d5aaa..961ed8c 100644 --- a/cmds/helloworld/Makefile +++ b/cmds/helloworld/Makefile @@ -4,6 +4,7 @@ run: build build-release: go get -v -u -x . go build + ./helloworld build: GO111MODULE="off" go get -v -x . -- cgit v1.2.3