Go library for detecting and expanding the user's home directory without cgo
Description
This is a Go library for detecting the user's home directory without the use of
cgo, so the library can be used in cross-compilation environments.
Usage is incredibly simple, just call homedir.Dir() to get the home directory
for a user, and homedir.Expand() to expand the ~ in a path to the home
directory.
This package contains the source code needed for building packages that
reference the following Go import paths:
– github.com/mitchellh/go-homedir