//
pkg.gl
Category
github.com/mattn/anko
ast
astutil
package
0.1.9
Repository:
https://github.com/mattn/anko.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
3
Dependents
0
Files
265 SLOC
#
Functions
Walk
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
WalkFunc is used in Walk to walk the AST.