GOCACHE variable
This commit is contained in:
parent
81bcd8dc3d
commit
c1078672bf
@ -48,7 +48,7 @@ if [ -d "${HOME}/.local/bin" ] ; then
|
|||||||
export PATH="${HOME}/.local/bin:${PATH}"
|
export PATH="${HOME}/.local/bin:${PATH}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export GOCACHE="${TMPDIR}/go-cache"
|
export GOCACHE="${TMPDIR}/go-cache-$(id -u)"
|
||||||
export GOPATH="${HOME}/.cache/go"
|
export GOPATH="${HOME}/.cache/go"
|
||||||
export GOBIN="${HOME}/.local/bin"
|
export GOBIN="${HOME}/.local/bin"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user