Fixed spaces in path not working

This commit is contained in:
斟酌 鵬兄 2022-10-08 22:15:12 +09:00
parent 6b079328d3
commit a9a13d6b39

View File

@ -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)