func bytes.IndexRune 3 uses bytes (current package) bytes.go#L86: return IndexRune(b, r) >= 0 bytes.go#L155: func IndexRune(s []byte, r rune) int { bytes.go#L207: return IndexRune(s, r)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)