5 lines
101 B
Bash
5 lines
101 B
Bash
# Enable goenv if it is installed
|
|
# if (( $+commands[goenv] )); then
|
|
# eval "$(goenv init -)"
|
|
# fi
|