use the old way to ignore go.mod?
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
f8766de9a0
commit
54a402449f
|
@ -2,4 +2,5 @@ run: build
|
|||
./gui-example
|
||||
|
||||
build:
|
||||
GO111MODULE="off" go -v get .
|
||||
GO111MODULE="off" go build
|
||||
|
|
Loading…
Reference in New Issue