func github.com/mitchellh/go-homedir.Dir
4 uses
github.com/mitchellh/go-homedir (current package)
homedir.go#L26: func Dir() (string, error) {
homedir.go#L71: dir, err := Dir()
github.com/go-git/go-git/v5/config
config.go#L176: home, err := homedir.Dir()
github.com/go-git/go-git/v5/plumbing/transport/ssh
auth_method.go#L268: homeDirPath, err := homedir.Dir()
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |