if command -v go >/dev/null 2>&1 then export GOPATH="${HOME}/.local/go"; go_bin="$(go env GOPATH)/bin"; export PATH="${go_bin}:${PATH}"; fi