func golang.org/x/pkgsite/internal/godoc.decode_ast_BlockStmt
10 uses
golang.org/x/pkgsite/internal/godoc (current package)
encode_ast.gen.go#L457: func decode_ast_BlockStmt(d *codec.Decoder, p **ast.BlockStmt) {
encode_ast.gen.go#L492: decode_ast_BlockStmt(d, &x)
encode_ast.gen.go#L1461: decode_ast_BlockStmt(d, &x.Body)
encode_ast.gen.go#L1534: decode_ast_BlockStmt(d, &x.Body)
encode_ast.gen.go#L1589: decode_ast_BlockStmt(d, &x.Body)
encode_ast.gen.go#L1916: decode_ast_BlockStmt(d, &x.Body)
encode_ast.gen.go#L2509: decode_ast_BlockStmt(d, &x.Body)
encode_ast.gen.go#L2674: decode_ast_BlockStmt(d, &x.Body)
encode_ast.gen.go#L3058: decode_ast_BlockStmt(d, &x.Body)
encode_ast.gen.go#L3265: decode_ast_BlockStmt(d, &x.Body)
 |
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. |