go/scanner.ErrorList.Len (method)
3 uses
go/scanner (current package)
errors.go#L48: func (p ErrorList) Len() int { return len(p) }
go/parser
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. |