4 lines
84 B
Bash
4 lines
84 B
Bash
if go env GOPATH &>/dev/null; then
|
|
export PATH="${PATH}:$(go env GOPATH)/bin"
|
|
fi
|
|
|