func internal/stringslite.IndexByte
6 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 {
strings
strings.go#L119: return stringslite.IndexByte(s, c)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |