func bytes.Contains

2 uses

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

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