go/ast.StructType.Incomplete (field)
8 uses
go/ast (current package)
ast.go#L432: Incomplete bool // true if (source) fields are missing in the Fields list
filter.go#L163: t.Incomplete = true
go/doc
exports.go#L179: t.Incomplete = true
go/printer
nodes.go#L944: p.fieldList(x.Fields, true, x.Incomplete)
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L2962: if x.Incomplete != false {
encode_ast.gen.go#L2964: e.EncodeBool(x.Incomplete)
encode_ast.gen.go#L2991: x.Incomplete = d.DecodeBool()
golang.org/x/pkgsite/internal/godoc/internal/doc
exports.go#L179: t.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. |