go/ast.MapType.Key (field)
11 uses
go/ast (current package)
ast.go#L454: Key Expr
filter.go#L176: b1 := filterType(t.Key, f, export)
walk.go#L175: Walk(v, n.Key)
go/doc
exports.go#L189: r.filterType(nil, t.Key)
go/parser
parser.go#L1003: return &ast.MapType{Map: pos, Key: key, Value: value}
go/printer
nodes.go#L956: p.expr(x.Key)
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L2330: if x.Key != nil {
encode_ast.gen.go#L2332: e.EncodeAny(x.Key)
encode_ast.gen.go#L2361: x.Key = d.DecodeAny().(ast.Expr)
golang.org/x/pkgsite/internal/godoc/dochtml/internal/render
synopsis.go#L139: key := OneLineNodeDepth(fset, n.Key, depth)
golang.org/x/pkgsite/internal/godoc/internal/doc
exports.go#L189: r.filterType(nil, t.Key)
![]() |
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. |