Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
constants.GetHomeDir() is duplicating what os.UserHomeDir() provides. One difference is that it favours HOMEDRIVE/HOMEPATH over USERPROFILE, but these are deprecated, see mitchellh/go-homedir#23 for example.
- Loading branch information