go/ast.MapType.Value (field)
12 uses
go/ast (current package)
ast.go#L455: Value Expr
ast.go#L532: func (x *MapType) End() token.Pos { return x.Value.End() }
filter.go#L177: b2 := filterType(t.Value, f, export)
walk.go#L176: Walk(v, n.Value)
go/doc
exports.go#L190: r.filterType(nil, t.Value)
go/parser
parser.go#L1003: return &ast.MapType{Map: pos, Key: key, Value: value}
go/printer
nodes.go#L958: p.expr(x.Value)
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L2334: if x.Value != nil {
encode_ast.gen.go#L2336: e.EncodeAny(x.Value)
encode_ast.gen.go#L2363: x.Value = d.DecodeAny().(ast.Expr)
golang.org/x/pkgsite/internal/godoc/dochtml/internal/render
synopsis.go#L140: value := OneLineNodeDepth(fset, n.Value, depth)
golang.org/x/pkgsite/internal/godoc/internal/doc
exports.go#L190: r.filterType(nil, t.Value)
![]() |
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. |