1 2 3 4 5
//go:build !wasi && !darwin package syscall func (e Errno) Is(target error) bool { return false }