摘要: 从文件中获取注释信息 package main import ( "go/ast" "go/parser" "go/token" "log" "path/filepath" ) type Visitor struct { fset *token.FileSet } func (v *Visitor) 阅读全文
posted @ 2022-12-13 14:51 GPHPER 阅读(461) 评论(0) 推荐(0) 编辑
TOP