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