Fixed spaces in path not working
This commit is contained in:
parent
6b079328d3
commit
a9a13d6b39
@ -45,7 +45,7 @@ function go() {
|
||||
case "$ARG1" in
|
||||
bug|build|clean|doc|env|fix|fmt|generate|get|install|list|mod|work|run|test|tool|version|vet|help)
|
||||
_GO=$( which go )
|
||||
$_GO $@
|
||||
"$_GO" $@
|
||||
return $?
|
||||
;;
|
||||
p)
|
||||
|
Loading…
Reference in New Issue
Block a user