func bytes.Contains
10 uses
bytes (current package)
bytes.go#L77: func Contains(b, subslice []byte) bool {
crypto/x509
verify.go#L376: bytes.Contains(localPartBytes, twoDots) {
encoding/xml
marshal.go#L227: if bytes.Contains(t, endComment) {
marshal.go#L243: if bytes.Contains(t.Inst, endProcInst) {
marshal.go#L939: dashDash = bytes.Contains(b, ddBytes)
go.pact.im/x/zapjournal
encoder.go#L101: multiline := bytes.Contains(value, []byte{'\n'})
go/build
build.go#L1335: if bytes.Contains(comment, newline) {
build.go#L1612: if !bytes.HasPrefix(line, slashSlash) || !bytes.Contains(line, plusBuild) {
html/template
css.go#L256: if bytes.Contains(id, expressionBytes) || bytes.Contains(id, mozBindingBytes) {