type go/printer.CommentedNode
5 uses
go/printer (current package)
printer.go#L1081: if cnode, ok := node.(*CommentedNode); ok {
printer.go#L1367: 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}
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)