//go:build baremetal || wasm_unknown || nintendoswitch package syscall func (e Errno) Is(target error) bool { return false }