func go/ast.NewObj
5 uses
go/ast (current package)
resolve.go#L147: obj := NewObj(Pkg, name)
scope.go#L96: func NewObj(kind ObjKind, name string) *Object {
go/doc
doc.go#L265: pkg = ast.NewObj(ast.Pkg, path[strings.LastIndex(path, "/")+1:])
go/parser
resolver.go#L133: obj := ast.NewObj(kind, ident.Name)
resolver.go#L166: obj := ast.NewObj(ast.Var, ident.Name)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)