go/parser.parser.unresolved (field)
6 uses
go/parser (current package)
parser.go#L64: unresolved []*ast.Ident // unresolved identifiers
parser.go#L201: p.unresolved = append(p.unresolved, ident)
parser.go#L2571: for _, ident := range p.unresolved {
parser.go#L2576: p.unresolved[i] = ident
parser.go#L2588: Unresolved: p.unresolved[0:i],
![]() |
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. |