5 lines
88 B
Bash
5 lines
88 B
Bash
prepend_path_try "$HOME/go/bin"
|
|
if can_run go; then
|
|
export GOROOT=$(go env GOROOT)
|
|
fi
|