syscall.Errno.Is (method)

2 uses

	syscall (current package)
		syscall_unix.go#L118: func (e Errno) Is(target error) bool {

	os
		error.go#L127: 	return ok && e.Is(target)