go/build.importReader.peekByte (method)
11 uses
go/build (current package)
read.go#L114: func (r *importReader) peekByte(skipSpace bool) byte {
read.go#L167: c := r.peekByte(skipSpace)
read.go#L278: r.peekByte(true)
read.go#L285: if isIdent(r.peekByte(false)) {
read.go#L293: c := r.peekByte(true)
read.go#L298: for isIdent(r.peekByte(false)) {
read.go#L337: c := r.peekByte(true)
read.go#L350: r.peekByte(true)
read.go#L370: for r.peekByte(true) == 'i' {
read.go#L372: if r.peekByte(true) == '(' {
read.go#L374: for r.peekByte(true) != ')' && r.err == nil {
![]() |
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. |