golang.org/x/pkgsite/internal/godoc.File.AST (field)
6 uses
golang.org/x/pkgsite/internal/godoc (current package)
encode_ast.gen.go#L3833: if x.AST != nil {
encode_ast.gen.go#L3835: encode_ast_File(e, x.AST)
encode_ast.gen.go#L3860: decode_ast_File(d, &x.AST)
godoc.go#L47: AST *ast.File
godoc.go#L71: AST: f,
render.go#L89: allGoFiles = append(allGoFiles, f.AST)
![]() |
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. |