go/ast.TypeSpec.Comment (field)

4 uses

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

	go/parser
		parser.go#L2686: 	spec.Comment = p.expectSemi()