go/ast.pkgBuilder.declare (method)
4 uses
go/ast (current package)
resolve.go#L29: func (p *pkgBuilder) declare(scope, altScope *Scope, obj *Object) {
resolve.go#L93: p.declare(pkgScope, nil, obj)
resolve.go#L137: p.declare(fileScope, pkgScope, obj)
resolve.go#L147: p.declare(fileScope, pkgScope, obj)
![]() |
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. |