go/scanner.ErrorList.Err (method)
4 uses
go/scanner (current package)
errors.go#L105: func (p ErrorList) Err() error {
go/ast
resolve.go#L173: return &Package{pkgName, pkgScope, imports, files}, p.errors.Err()
go/parser
interface.go#L112: err = p.errors.Err()
interface.go#L206: err = p.errors.Err()
![]() |
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. |