const go/parser.DeclarationErrors
5 uses
go/parser (current package)
interface.go#L56: DeclarationErrors // report declaration errors
parser.go#L110: if ident.Obj == nil && p.mode&DeclarationErrors != 0 {
parser.go#L129: if alt := scope.Insert(obj); alt != nil && p.mode&DeclarationErrors != 0 {
parser.go#L163: if n == 0 && p.mode&DeclarationErrors != 0 {
parser.go#L2538: if ident.Name == "_" && p.mode&DeclarationErrors != 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. |