func golang.org/x/pkgsite/internal/godoc.decode_ast_CommentGroup
14 uses
golang.org/x/pkgsite/internal/godoc (current package)
encode_ast.gen.go#L845: func decode_ast_CommentGroup(d *codec.Decoder, p **ast.CommentGroup) {
encode_ast.gen.go#L876: decode_ast_CommentGroup(d, &x)
encode_ast.gen.go#L1380: decode_ast_CommentGroup(d, &x.Doc)
encode_ast.gen.go#L1388: decode_ast_CommentGroup(d, &x.Comment)
encode_ast.gen.go#L1526: decode_ast_CommentGroup(d, &x.Doc)
encode_ast.gen.go#L1719: decode_ast_CommentGroup(d, &x.Doc)
encode_ast.gen.go#L1983: decode_ast_CommentGroup(d, &x.Doc)
encode_ast.gen.go#L1989: decode_ast_CommentGroup(d, &x.Comment)
encode_ast.gen.go#L3190: decode_ast_CommentGroup(d, &x.Doc)
encode_ast.gen.go#L3198: decode_ast_CommentGroup(d, &x.Comment)
encode_ast.gen.go#L3391: decode_ast_CommentGroup(d, &x.Doc)
encode_ast.gen.go#L3399: decode_ast_CommentGroup(d, &x.Comment)
encode_ast.gen.go#L3937: decode_ast_CommentGroup(d, &x.Doc)
encode_ast.gen.go#L4049: decode_ast_CommentGroup(d, &s[i])
 |
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. |