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) {