diff options
| author | Jeff Carr <[email protected]> | 2022-10-11 11:42:17 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2022-10-11 11:42:17 -0500 |
| commit | c4423a65610f849db4e3295c53ff540756d0c11e (patch) | |
| tree | 5bbe682d71e10e51b721821a73795e1b09e9aca6 | |
| parent | 8358ca44efa625be9cd69fab870dfcf9c2a05df5 (diff) | |
| parent | 632d0cb63f54c3b133265d3a4ae6c47c375f1869 (diff) | |
Merge branch 'refactor'
| -rw-r--r-- | cmds/gui-example/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmds/gui-example/Makefile b/cmds/gui-example/Makefile index 8718fd1..638cffc 100644 --- a/cmds/gui-example/Makefile +++ b/cmds/gui-example/Makefile @@ -2,4 +2,5 @@ run: build ./gui-example build: - go build + GO111MODULE="off" go -v get . + GO111MODULE="off" go build |
