Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes coreybutler#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: golang/go#15566 Plus: Minor refactoring - reordering of functions, more consistent capitalization, sorting of imports and whatnot.
- Loading branch information