go pprof env

This commit is contained in:
thek4n 2025-04-01 12:29:30 +03:00
parent a00079c820
commit a4ed26fdb3

View File

@ -51,6 +51,7 @@ if [ -d "${HOME}/.local/bin" ] ; then
fi
export GOCACHE="${TMPDIR}/go-cache-$(id -u)"
export PPROF_TMPDIR="${TMPDIR}/go-pprof-$(id -u)"
export GOPATH="${HOME}/.cache/go"
export GOBIN="${HOME}/.local/bin"