func bytes.ContainsAny
2 uses
bytes (current package)
bytes.go#L80: func ContainsAny(b []byte, chars string) bool {
encoding/pem
pem.go#L59: if !bytes.ContainsAny(data, " \t") {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)