From 15baefd9a7d145ddffced80d0fb6c14f258bdcc9 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 17 Oct 2022 22:39:03 -0500 Subject: GROUP: implement 'group' in toolkit/ move gui.group into toolkit remove duplicate code update demo --- cmds/helloworld/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmds/helloworld/Makefile') diff --git a/cmds/helloworld/Makefile b/cmds/helloworld/Makefile index f18abaf..1d12c3c 100644 --- a/cmds/helloworld/Makefile +++ b/cmds/helloworld/Makefile @@ -1,11 +1,11 @@ run: build ./helloworld -build: +build-release: go get -v -u -x . go build -build-master: +build: GO111MODULE="off" go get -v -x . GO111MODULE="off" go build ./helloworld -- cgit v1.2.3