go/ast.ValueSpec.Comment (field)
8 uses
go/ast (current package)
ast.go#L914: Comment *CommentGroup // line comments; or nil
walk.go#L296: if n.Comment != nil {
walk.go#L297: Walk(v, n.Comment)
go/parser
parser.go#L2565: Comment: comment,
go/printer
nodes.go#L1631: if s.Comment != nil {
nodes.go#L1635: p.setComment(s.Comment)
nodes.go#L1711: p.setComment(s.Comment)
printer.go#L1076: return n.Comment
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)