func bytes.Contains
12 uses
bytes (current package)
bytes.go#L75: func Contains(b, subslice []byte) bool {
crypto/x509
verify.go#L335: bytes.Contains(localPartBytes, twoDots) {
encoding/xml
marshal.go#L217: if bytes.Contains(t, endComment) {
marshal.go#L233: if bytes.Contains(t.Inst, endProcInst) {
marshal.go#L914: dashDash = bytes.Contains(b, ddBytes)
go.pact.im/x/zapjournal
encoder.go#L101: multiline := bytes.Contains(value, []byte{'\n'})
go/build
build.go#L1269: if bytes.Contains(comment, newline) {
build.go#L1550: if !bytes.HasPrefix(line, bSlashSlash) || !bytes.Contains(line, bPlusBuild) {
html/template
css.go#L256: if bytes.Contains(id, expressionBytes) || bytes.Contains(id, mozBindingBytes) {
mellium.im/sasl
scram.go#L177: case bytes.Contains(gs2Header, []byte(gs2HeaderCBSupportExporter)):
scram.go#L190: case bytes.Contains(gs2Header, []byte(gs2HeaderCBSupportUnique)):