diff options
| author | Jeff Carr <[email protected]> | 2022-10-17 22:39:03 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2022-10-17 22:39:03 -0500 |
| commit | 15baefd9a7d145ddffced80d0fb6c14f258bdcc9 (patch) | |
| tree | 633838faafa5c545635e77d441455bc8eb47958f /cmds/helloworld/Makefile | |
| parent | 7e32b1fb9a44624ce2d4a8bc5c6acd5fafc820f3 (diff) | |
GROUP: implement 'group' in toolkit/
move gui.group into toolkit
remove duplicate code
update demo
Diffstat (limited to 'cmds/helloworld/Makefile')
| -rw-r--r-- | cmds/helloworld/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
