go/ast.ValueSpec.Doc (field)
7 uses
go/ast (current package)
ast.go#L910: Doc *CommentGroup // associated documentation; or nil
walk.go#L288: if n.Doc != nil {
walk.go#L289: Walk(v, n.Doc)
go/parser
parser.go#L2561: Doc: doc,
go/printer
nodes.go#L1616: p.setComment(s.Doc)
nodes.go#L1701: p.setComment(s.Doc)
printer.go#L1056: return n.Doc
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)