Fixes #41 - Issue with blank spaces in path

exec.Command() can't handle spaces, even when quoted.
Command has to be modified using SysProcAttr.
See also:
https://github.com/golang/go/issues/15566

Plus: Minor refactoring - reordering of functions, more consistent capitalization, sorting of imports and whatnot.
This commit is contained in:
Andreas Opferkuch
2018-05-21 16:33:18 +02:00
parent 256d69427b
commit 44a2e1ddbe

1433
src/nvm.go

File diff suppressed because it is too large Load Diff