1. 首页
  2. 数据库
  3. 其它
  4. gogrep:使用语法树搜索Go代码 源码

gogrep:使用语法树搜索Go代码 源码

上传者: 2021-02-08 05:22:47上传 ZIP文件 34.44KB 热度 5次
Gogrep GO111MODULE=on go get mvdan.cc/gogrep 使用语法树搜索Go代码。 工作正在进行中。 gogrep -x 'if $x != nil { return $x, $*_ }' 使用说明 usage: gogrep commands [packages] 命令的格式为“ -A模式”,其中-A是以下之一: -x find all nodes matching a pattern -g discard nodes not matching a pattern -v discard nodes matching a patter
下载地址
用户评论