summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2022-10-08 19:31:35 -0500
committerJeff Carr <[email protected]>2022-10-08 19:31:35 -0500
commit632d0cb63f54c3b133265d3a4ae6c47c375f1869 (patch)
treeb4412f1f207e2f687ab0c662e39fab4a3a180470
parentd38d60bcc38b6983e56283a16bc1a7c5b9c0e9ee (diff)
use the old way to ignore go.mod?
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--cmds/gui-example/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/gui-example/Makefile b/cmds/gui-example/Makefile
index 5028ebd..638cffc 100644
--- a/cmds/gui-example/Makefile
+++ b/cmds/gui-example/Makefile
@@ -2,4 +2,5 @@ run: build
./gui-example
build:
+ GO111MODULE="off" go -v get .
GO111MODULE="off" go build