func bytes.Contains

2 uses

	bytes (current package)
		bytes.go#L77: func Contains(b, subslice []byte) bool {

	crypto/x509
		verify.go#L378: 			bytes.Contains(localPartBytes, twoDots) {