func bytes.Contains

2 uses

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

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