go/ast.ValueSpec.Comment (field)

4 uses

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

	go/parser
		parser.go#L2595: 		Comment: comment,