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