go/build.importReader.buf (field)
15 uses
go/build (current package)
read.go#L23: buf []byte
read.go#L63: r.buf = append(r.buf, c)
read.go#L84: if len(r.buf) > 0 {
read.go#L85: c = r.buf[0]
read.go#L86: r.buf = r.buf[1:]
read.go#L353: r.buf = r.buf[:len(r.buf)-1]
read.go#L355: return r.buf, r.err
read.go#L383: info.header = r.buf
read.go#L388: info.header = r.buf[:len(r.buf)-1]
read.go#L398: info.header = r.buf
![]() |
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. |