func errors.Is

2 uses

	errors (current package)
		wrap.go#L39: func Is(err, target error) bool {

	net/http
		server.go#L587: 	atEOF := errors.Is(er, io.EOF)