type go/printer.CommentedNode
5 uses
go/printer (current package)
printer.go#L1094: if cnode, ok := node.(*CommentedNode); ok {
printer.go#L1414: type CommentedNode struct {
go/format
format.go#L56: var cnode *printer.CommentedNode
format.go#L60: case *printer.CommentedNode:
format.go#L86: node = &printer.CommentedNode{Node: file, Comments: cnode.Comments}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)