golang.org/x/mod/modfile.input.remaining (field)
14 uses
golang.org/x/mod/modfile (current package)
read.go#L326: remaining []byte // remaining input
read.go#L345: remaining: data,
read.go#L400: return len(in.remaining) == 0
read.go#L405: if len(in.remaining) == 0 {
read.go#L408: r, _ := utf8.DecodeRune(in.remaining)
read.go#L417: if i >= len(in.remaining) || in.remaining[i] != prefix[i] {
read.go#L426: if len(in.remaining) == 0 {
read.go#L429: r, size := utf8.DecodeRune(in.remaining)
read.go#L430: in.remaining = in.remaining[size:]
read.go#L473: in.tokenStart = in.remaining
read.go#L483: text := string(in.tokenStart[:len(in.tokenStart)-len(in.remaining)])
read.go#L530: for len(in.remaining) > 0 && in.readRune() != '\n' {
![]() |
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. |