gogrep:使用语法树搜索Go代码 源码
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
文件列表
gogrep-master.zip
(预估有个31文件)
gogrep-master
testdata
longstr.go
68B
p1
p2
file1.go
28B
file2.go
28B
imp1.go
81B
imp1_test.go
50B
testp
暂无评论