go/parser.parser.errors (field)
11 uses
go/parser (current package)
interface.go#L111: p.errors.Sort()
interface.go#L112: err = p.errors.Err()
interface.go#L205: p.errors.Sort()
interface.go#L206: err = p.errors.Err()
parser.go#L32: errors scanner.ErrorList
parser.go#L79: eh := func(pos token.Position, msg string) { p.errors.Add(pos, msg) }
parser.go#L361: n := len(p.errors)
parser.go#L362: if n > 0 && p.errors[n-1].Pos.Line == epos.Line {
parser.go#L370: p.errors.Add(epos, msg)
parser.go#L2528: if p.errors.Len() != 0 {
parser.go#L2545: if p.errors.Len() != 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. |