func internal/stringslite.IndexByte
7 uses
internal/stringslite (current package)
strings.go#L24: func IndexByte(s string, c byte) int {
strings.go#L34: return IndexByte(s, substr[0])
strings.go#L56: o := IndexByte(s[i+1:t], c0)
strings.go#L85: o := IndexByte(s[i+1:t], c0)
internal/filepathlite
path.go#L192: if stringslite.IndexByte(s, old) == -1 {
os
root.go#L319: if stringslite.IndexByte(name, '\\') >= 0 {
strings
strings.go#L120: return stringslite.IndexByte(s, c)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)