var io/fs.ErrPermission
5 uses
io/fs (current package)
fs.go#L137: ErrPermission = errPermission() // "permission denied"
net/http
fs.go#L49: if errors.Is(originalErr, fs.ErrNotExist) || errors.Is(originalErr, fs.ErrPermission) {
fs.go#L676: if errors.Is(err, fs.ErrPermission) {
os
error.go#L22: ErrPermission = fs.ErrPermission // "permission denied"
os/exec
lp_unix.go#L28: return fs.ErrPermission
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)