diff options
Diffstat (limited to 'cmds')
| -rw-r--r-- | cmds/gui-demo/Makefile | 2 | ||||
| -rw-r--r-- | cmds/gui-example/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cmds/gui-demo/Makefile b/cmds/gui-demo/Makefile index 2dbc808..41fdd10 100644 --- a/cmds/gui-demo/Makefile +++ b/cmds/gui-demo/Makefile @@ -2,4 +2,4 @@ run: build ./gui-demo build: - GO111MODULE="off" go build + go build diff --git a/cmds/gui-example/Makefile b/cmds/gui-example/Makefile index 5028ebd..8718fd1 100644 --- a/cmds/gui-example/Makefile +++ b/cmds/gui-example/Makefile @@ -2,4 +2,4 @@ run: build ./gui-example build: - GO111MODULE="off" go build + go build |
