go/ast.ValueSpec.Comment (field)

8 uses

	go/ast (current package)
		ast.go#L910: 		Comment *CommentGroup // line comments; or nil
		walk.go#L320: 		if n.Comment != nil {
		walk.go#L321: 			Walk(v, n.Comment)

	go/parser
		parser.go#L2574: 		Comment: p.lineComment,

	go/printer
		nodes.go#L1563: 	if s.Comment != nil {
		nodes.go#L1567: 		p.setComment(s.Comment)
		nodes.go#L1644: 		p.setComment(s.Comment)
		printer.go#L1063: 		return n.Comment