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