Go library for detecting and expanding the user's home directory without cgo
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
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.1.0-10.fc35 | - |
Fedora 35 | 1.1.0-10.fc35 | - |
Fedora 34 | 1.1.0-9.fc34 | - |
You can contact the maintainers of this package via email at
golang-github-mitchellh-homedir dash maintainers at fedoraproject dot org
.