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