func os.IsPermission
4 uses
os (current package)
error.go#L102: func IsPermission(err error) bool {
net
conf.go#L102: !os.IsPermission(confVal.resolv.err) {
net/http
fs.go#L49: if os.IsNotExist(originalErr) || os.IsPermission(originalErr) {
fs.go#L676: if os.IsPermission(err) {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)