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/gui-example/Makefile | |
| parent | 7e32b1fb9a44624ce2d4a8bc5c6acd5fafc820f3 (diff) | |
GROUP: implement 'group' in toolkit/
move gui.group into toolkit
remove duplicate code
update demo
Diffstat (limited to 'cmds/gui-example/Makefile')
| -rw-r--r-- | cmds/gui-example/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cmds/gui-example/Makefile b/cmds/gui-example/Makefile deleted file mode 100644 index 9ecbe55..0000000 --- a/cmds/gui-example/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -run: build - ./gui-example - -build: - GO111MODULE="off" go get -v . - GO111MODULE="off" go build |
