func bytes.Contains
3 uses
bytes (current package)
bytes.go#L75: func Contains(b, subslice []byte) bool {
crypto/x509
verify.go#L358: bytes.Contains(localPartBytes, twoDots) {
src.elv.sh/pkg/eval/evaltest
evaltest.go#L139: if !bytes.Contains(r.StderrOut, tt.want.StderrOut) {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)