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-17.fc41 | - |
Fedora 41 | 1.1.0-17.fc41 | - |
Fedora 40 | 1.1.0-16.fc40 | - |
Fedora EPEL 10.0 | 1.1.0-17.el10_0 | - |
You can contact the maintainers of this package via email at
golang-github-mitchellh-homedir dash maintainers at fedoraproject dot org
.