package
0.1.9
Repository: https://github.com/mattn/anko.git
Documentation: pkg.go.dev

# Functions

Walk walks the ASTs associated with a statement list generated by parser.ParseSrc each expression and/or statement is passed to the WalkFunc function.

# Type aliases

WalkFunc is used in Walk to walk the AST.