syscall.Errno.Is (method)
2 uses
syscall (current package)
syscall_unix.go#L126: func (e Errno) Is(target error) bool {
os
error.go#L129: return ok && e.Is(target)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)