func bytes.Contains
7 uses
bytes (current package)
bytes.go#L77: func Contains(b, subslice []byte) bool {
crypto/x509
verify.go#L369: bytes.Contains(localPartBytes, twoDots) {
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) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)