func internal/bytealg.IndexByte
9 uses
internal/bytealg (current package)
indexbyte_native.go#L10: func IndexByte(b []byte, c byte) int
bytes
bytes.go#L91: return bytealg.IndexByte(b, c)
net
nss.go#L89: colon := bytealg.IndexByte(line, ':')
nss.go#L100: sp := bytealg.IndexByte(srcs, ' ')
nss.go#L112: bclose := bytealg.IndexByte(srcs, ']')
nss.go#L147: eq := bytealg.IndexByte(f, '=')
parse.go#L273: if i := bytealg.IndexByte(line, '#'); i != -1 {
parse.go#L284: nl := bytealg.IndexByte(x, '\n')
parse.go#L302: sp := bytealg.IndexByte(x, ' ')
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |