Binary package “golang-github-neelance-astrewrite-dev” in ubuntu jammy

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.