[ 原始碼: golang-github-neelance-astrewrite ]
套件:golang-github-neelance-astrewrite-dev(0.0~git20160511.0.9934826-8)
golang-github-neelance-astrewrite-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-neelance-astrewrite:
- [golang-github-neelance-astrewrite_0.0~git20160511.0.9934826-8.dsc]
- [golang-github-neelance-astrewrite_0.0~git20160511.0.9934826.orig.tar.xz]
- [golang-github-neelance-astrewrite_0.0~git20160511.0.9934826-8.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Go tool to walk & rewrite AST
This library provides functions similar to ast.Inspect() from the 'ast' package. The passed walk function can also return a node, which is used to rewrite the parent node. This provides an easy way to rewrite a given ast.Node while walking the AST.