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