Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit 9e9c219

Browse files
authored
Merge pull request #66 from amy/makefile
Enable GOPROXY default in Makefile
2 parents 6e1a248 + 3e1949a commit 9e9c219

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# TODO: use go env GOPROXY here
2-
# Allow users to override during make or default if unset
1+
# Use GOPROXY environment variable if set
2+
GOPROXY := $(shell go env GOPROXY)
33
GOPROXY ?= https://proxy.golang.org
44
export GOPROXY
55

0 commit comments

Comments
 (0)