golang.org/x/mod/modfile.input.readRune (method)
10 uses
golang.org/x/mod/modfile (current package)
read.go#L425: func (in *input) readRune() int {
read.go#L513: in.readRune()
read.go#L526: in.readRune()
read.go#L527: in.readRune()
read.go#L530: for len(in.remaining) > 0 && in.readRune() != '\n' {
read.go#L567: in.readRune()
read.go#L573: in.readRune()
read.go#L582: c := in.readRune()
read.go#L591: in.readRune()
read.go#L611: in.readRune()
![]() |
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. |