go/ast.TypeSpec.Comment (field)
6 uses
go/ast (current package)
ast.go#L920: Comment *CommentGroup // line comments; or nil
walk.go#L333: if n.Comment != nil {
walk.go#L334: Walk(v, n.Comment)
go/parser
parser.go#L2705: spec.Comment = p.lineComment
go/printer
nodes.go#L1661: p.setComment(s.Comment)
printer.go#L1065: return n.Comment
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)