go/ast.Object.Type (field)
4 uses
go/ast (current package)
scope.go#L81: Type interface{} // placeholder for type information; may be nil
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L3669: if x.Type != nil {
encode_ast.gen.go#L3671: e.EncodeAny(x.Type)
encode_ast.gen.go#L3702: x.Type = d.DecodeAny()
![]() |
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. |