go/ast.CompositeLit.Incomplete (field)
8 uses
go/ast (current package)
ast.go#L317: Incomplete bool // true if (source) expressions are missing in the Elts list
filter.go#L116: lit.Incomplete = true
go/doc
exports.go#L34: lit.Incomplete = true
go/printer
nodes.go#L913: p.exprList(x.Lbrace, x.Elts, 1, commaTerm, x.Rbrace, x.Incomplete)
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L958: if x.Incomplete != false {
encode_ast.gen.go#L960: e.EncodeBool(x.Incomplete)
encode_ast.gen.go#L991: x.Incomplete = d.DecodeBool()
golang.org/x/pkgsite/internal/godoc/internal/doc
exports.go#L34: lit.Incomplete = true
![]() |
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. |