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

Update goproxy to default proxy.golang.org

This commit is contained in:
Rui Chen
2019-11-10 14:57:39 -05:00
parent f873baea7f
commit c97e4e1078
6 changed files with 13 additions and 13 deletions

View File

@@ -18,7 +18,7 @@ endif
# Set go modules to on and use GoCenter for immutable modules
export GO111MODULE = on
export GOPROXY = https://gocenter.io
export GOPROXY = https://proxy.golang.org,direct
# Determines the path to this Makefile
THIS_FILE := $(lastword $(MAKEFILE_LIST))
@@ -59,4 +59,4 @@ test: build
go test ./...
uninstall:
@rm ~/go/bin/wtfutil
@rm ~/go/bin/wtfutil