golang.org/x/mod/modfile.input.complete (field)
4 uses
golang.org/x/mod/modfile (current package)
read.go#L325: complete []byte // entire input
read.go#L344: complete: data,
read.go#L524: i := bytes.LastIndex(in.complete[:in.pos.Byte], []byte("\n"))
read.go#L525: suffix := len(bytes.TrimSpace(in.complete[i+1:in.pos.Byte])) > 0
![]() |
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. |