1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Export Go module variables in Makefile

This commit is contained in:
Chris Cummer 2019-04-27 14:51:33 -07:00
parent c579b13705
commit 7a14c39d81

View File

@ -17,8 +17,8 @@ ifndef $(GOPATH)
endif
# Set go modules to on and use GoCenter for immutable modules
GO111MODULE=on
GOPROXY=https://gocenter.io
export GO111MODULE = on
export GOPROXY = https://gocenter.io
build:
go build -o bin/wtf