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