会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
管理
2022年12月13日
Golang ast 的使用
摘要: 从文件中获取注释信息 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
阅读(508)
评论(0)
推荐(0)
编辑
公告
TOP