From 632d0cb63f54c3b133265d3a4ae6c47c375f1869 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 8 Oct 2022 19:31:35 -0500 Subject: use the old way to ignore go.mod? Signed-off-by: Jeff Carr --- cmds/gui-example/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'cmds') 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 -- cgit v1.2.3