diff options
Diffstat (limited to 'cmds/gui-example/Makefile')
| -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 638cffc..9ecbe55 100644 --- a/cmds/gui-example/Makefile +++ b/cmds/gui-example/Makefile @@ -2,5 +2,5 @@ run: build ./gui-example build: - GO111MODULE="off" go -v get . + GO111MODULE="off" go get -v . GO111MODULE="off" go build |
