package
0.7.0
Repository: https://github.com/chenleji/kit.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

WalkToReplace traverses an AST in depth-first order: It starts by calling v.Visit(node); node must not be nil.

# Variables

No description provided by the author

# Interfaces

A Visitor's Visit method is invoked for each node encountered by walkToReplace.