type go/scanner.ErrorList
13 uses
go/scanner (current package)
errors.go#L37: type ErrorList []*Error
errors.go#L40: func (p *ErrorList) Add(pos token.Position, msg string) {
errors.go#L45: func (p *ErrorList) Reset() { *p = (*p)[0:0] }
errors.go#L48: func (p ErrorList) Len() int { return len(p) }
errors.go#L49: func (p ErrorList) Swap(i, j int) { p[i], p[j] = p[j], p[i] }
errors.go#L51: func (p ErrorList) Less(i, j int) bool {
errors.go#L73: func (p ErrorList) Sort() {
errors.go#L78: func (p *ErrorList) RemoveMultiples() {
errors.go#L93: func (p ErrorList) Error() string {
errors.go#L105: func (p ErrorList) Err() error {
errors.go#L117: if list, ok := err.(ErrorList); ok {
go/ast
resolve.go#L18: errors scanner.ErrorList
go/parser
parser.go#L32: errors scanner.ErrorList
![]() |
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. |