go/ast.ValueSpec.Doc (field)
7 uses
go/ast (current package)
ast.go#L906: Doc *CommentGroup // associated documentation; or nil
walk.go#L312: if n.Doc != nil {
walk.go#L313: Walk(v, n.Doc)
go/parser
parser.go#L2570: Doc: doc,
go/printer
nodes.go#L1548: p.setComment(s.Doc)
nodes.go#L1634: p.setComment(s.Doc)
printer.go#L1043: return n.Doc
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)