我正在使用go/astandgo/parser包来做某事,但我对Doc和之间的区别感到困惑Comment。
是第一行注释a Doc,然后其他人为Comment?
这是一个示例:
TypeSpec struct {
Doc *CommentGroup // associated documentation; or nil
Name *Ident // type name
Type Expr // *Ident, *ParenExpr, *SelectorExpr, *StarExpr, or any of the *XxxTypes
Comment *CommentGroup // line comments; or nil
}
慕的地6264312
相关分类