Change whitespace in go-mode-install-current-project

This commit is contained in:
Ivan Malison 2016-06-25 16:43:58 -07:00
parent cc12346236
commit e5f29d1375

View File

@ -2147,7 +2147,7 @@ I use helm for almost all emacs completion
(defun go-mode-install-current-project ()
(interactive)
(start-process
(start-process
"go install" "go install log" "go" "install"
(concat (file-name-as-directory (go-mode-workspace-path)) "...")))