type github.com/go-git/go-billy/v5.Dir
9 uses
github.com/go-git/go-billy/v5 (current package)
fs.go#L55: Dir
fs.go#L105: type Dir interface {
github.com/go-git/go-billy/v5/helper/chroot
chroot.go#L142: return fs.underlying.(billy.Dir).ReadDir(fullpath)
chroot.go#L151: return fs.underlying.(billy.Dir).MkdirAll(fullpath, perm)
github.com/go-git/go-billy/v5/helper/polyfill
polyfill.go#L28: _, h.c.dir = h.Basic.(billy.Dir)
polyfill.go#L47: return h.Basic.(billy.Dir).ReadDir(path)
polyfill.go#L55: return h.Basic.(billy.Dir).MkdirAll(filename, perm)
github.com/go-git/go-billy/v5/util
util.go#L55: dirfs, ok := fs.(billy.Dir)
util.go#L178: func TempDir(fs billy.Dir, dir, prefix string) (name string, err error) {
![]() |
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. |