golang.org/x/mod/modfile.input.peekRune (method)
6 uses
golang.org/x/mod/modfile (current package)
read.go#L404: func (in *input) peekRune() int {
read.go#L511: c := in.peekRune()
read.go#L565: switch c := in.peekRune(); c {
read.go#L579: if in.peekRune() == '\n' {
read.go#L599: if c := in.peekRune(); !isIdent(c) {
read.go#L604: for isIdent(in.peekRune()) {
![]() |
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. |