go/build.importReader.nextByte (method)
8 uses
go/build (current package)
read.go#L166: func (r *importReader) nextByte(skipSpace bool) byte {
read.go#L280: if r.nextByte(false) != kw[i] {
read.go#L306: switch r.nextByte(true) {
read.go#L309: if r.nextByte(false) == '`' {
read.go#L318: c := r.nextByte(false)
read.go#L326: r.nextByte(false)
read.go#L373: r.nextByte(false)
read.go#L377: r.nextByte(false)
![]() |
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. |