Files
linux-workspace/rc.local/golang.sh.bak
2022-05-29 16:16:21 +02:00

5 lines
88 B
Bash

prepend_path_try "$HOME/go/bin"
if can_run go; then
export GOROOT=$(go env GOROOT)
fi