diff options
Diffstat (limited to 'cmds/gui-example')
| -rw-r--r-- | cmds/gui-example/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
