go/build.importReader.readByte (method)
8 uses
go/build (current package)
read.go#L60: func (r *importReader) readByte() byte {
read.go#L127: c = r.readByte()
read.go#L135: c = r.readByte()
read.go#L139: c = r.readByte()
read.go#L142: c = r.readByte()
read.go#L150: c, c1 = c1, r.readByte()
read.go#L155: c = r.readByte()
read.go#L396: r.readByte()
![]() |
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. |