This commit is contained in:
thek4n 2024-11-26 12:58:34 +03:00
parent f64c9db247
commit 5819358ea7

View File

@ -50,12 +50,8 @@ fi
export GOCACHE="/tmp/go-cache" export GOCACHE="/tmp/go-cache"
export GOPATH="${HOME}/code/go" export GOPATH="${HOME}/code/go"
export GOENV="${HOME}/.cache/go/env"
export GOBIN="${HOME}/.cache/go/bin"
export GOMODCACHE="${HOME}/.cache/go/pkg/mod"
export GOPROXY=off export GOPROXY=off
export GOSUMDB=off
if [ -d "${GOBIN}" ] ; then if [ -d "${GOBIN}" ] ; then
export PATH="${PATH}:${GOBIN}" export PATH="${PATH}:${GOBIN}"