Source File
fs.go
Belonging Package
github.com/go-git/go-billy/v5
package billy
import (
)
var (
ErrReadOnly = errors.New("read-only filesystem")
ErrNotSupported = errors.New("feature not supported")
ErrCrossedBoundary = errors.New("chroot boundary crossed")
)
type Capability uint64
Root() string
}
Capabilities() Capability
}
func ( Basic) Capability {
, := .(Capable)
if ! {
return DefaultCapabilities
}
return .Capabilities()
}
func ( Basic, Capability) bool {
:= Capabilities()
return & ==
![]() |
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. |