type go/printer.CommentedNode
7 uses
go/printer (current package)
printer.go#L1076: if cnode, ok := node.(*CommentedNode); ok {
printer.go#L1356: type CommentedNode struct {
go/format
format.go#L57: var cnode *printer.CommentedNode
format.go#L61: case *printer.CommentedNode:
format.go#L87: node = &printer.CommentedNode{Node: file, Comments: cnode.Comments}
golang.org/x/pkgsite/internal/godoc/dochtml
dochtml.go#L364: return &printer.CommentedNode{Node: ex.Example.Code, Comments: ex.Comments}
golang.org/x/pkgsite/internal/godoc/dochtml/internal/render
linkify.go#L188: n := &printer.CommentedNode{
![]() |
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. |