This commit is contained in:
thek4n 2024-11-26 14:35:00 +03:00
parent 5819358ea7
commit ff5433e202

View File

@ -50,9 +50,6 @@ fi
export GOCACHE="/tmp/go-cache" export GOCACHE="/tmp/go-cache"
export GOPATH="${HOME}/code/go" export GOPATH="${HOME}/code/go"
export GOBIN="${HOME}/.local/bin"
export GOPROXY=off export GOPROXY=off
if [ -d "${GOBIN}" ] ; then
export PATH="${PATH}:${GOBIN}"
fi