会员
周边
新闻
博问
闪存
众包
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
管理
12 2022 档案
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
阅读(592)
评论(0)
推荐(0)
公告
TOP