Initial commit
3 files changed
tree: e0616911721e4cd56b823543074d621a128dc6e7
  1. homedir.go
  2. homedir_test.go
  3. README.md
README.md

go-homedir

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.