type github.com/go-git/go-billy/v5.Symlink
9 uses
github.com/go-git/go-billy/v5 (current package)
fs.go#L56: Symlink
fs.go#L118: type Symlink interface {
github.com/go-git/go-billy/v5/helper/chroot
chroot.go#L160: return fs.underlying.(billy.Symlink).Lstat(fullpath)
chroot.go#L177: return fs.underlying.(billy.Symlink).Symlink(target, link)
chroot.go#L186: target, err := fs.underlying.(billy.Symlink).Readlink(fullpath)
github.com/go-git/go-billy/v5/helper/polyfill
polyfill.go#L29: _, h.c.symlink = h.Basic.(billy.Symlink)
polyfill.go#L63: return h.Basic.(billy.Symlink).Symlink(target, link)
polyfill.go#L71: return h.Basic.(billy.Symlink).Readlink(link)
polyfill.go#L79: return h.Basic.(billy.Symlink).Lstat(path)
![]() |
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. |