This commit is contained in:
thek4n 2024-12-10 14:01:51 +03:00
parent b159e60370
commit 7cc90747ca

View File

@ -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="/tmp/go-cache" export GOCACHE="${TMPDIR}/go-cache"
export GOPATH="${HOME}/.cache/go" export GOPATH="${HOME}/.cache/go"
export GOBIN="${HOME}/.local/bin" export GOBIN="${HOME}/.local/bin"