mirror of https://gogs.blitter.com/RLabs/xs
Left GOPROXY alone
This commit is contained in:
parent
e42645a2b3
commit
77c9b8654f
|
@ -5,7 +5,7 @@
|
||||||
export GOPATH="${HOME}/go"
|
export GOPATH="${HOME}/go"
|
||||||
export PATH=/usr/local/bin:/usr/bin:/usr/lib/ccache/bin:/bin:$GOPATH/bin
|
export PATH=/usr/local/bin:/usr/bin:/usr/lib/ccache/bin:/bin:$GOPATH/bin
|
||||||
unset GO111MODULE
|
unset GO111MODULE
|
||||||
export GOPROXY="direct"
|
#export GOPROXY="direct"
|
||||||
#!# GOCACHE will be phased out in v1.12. [github.com/golang/go/issues/26809]
|
#!# GOCACHE will be phased out in v1.12. [github.com/golang/go/issues/26809]
|
||||||
#!export GOCACHE="${HOME}/.cache/go-build"
|
#!export GOCACHE="${HOME}/.cache/go-build"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue