just always GO111MODULE still

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-19 18:31:23 -06:00
parent fe1658230d
commit 542f8c20ad
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
.PHONY: debian
all: build debian
go build -o build main.go
GO111MODULE=off go build -o build main.go
build: nocui gocui andlabs