go/ast.Object.Kind (field)
7 uses
go/ast (current package)
scope.go#L57: fmt.Fprintf(&buf, "\t%s %s\n", obj.Kind, obj.Name)
scope.go#L77: Kind ObjKind
scope.go#L86: return &Object{Kind: kind, Name: name}
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L3653: if x.Kind != 0 {
encode_ast.gen.go#L3655: e.EncodeInt(int64(x.Kind))
encode_ast.gen.go#L3694: x.Kind = ast.ObjKind(d.DecodeInt())
golang.org/x/pkgsite/internal/godoc/dochtml/internal/render
linkify.go#L674: if obj := prefix.Obj; obj != nil && obj.Kind == ast.Pkg {
![]() |
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. |