package
Version:
v0.376.0
Opens a new window with list of versions in this module.
Published: Oct 1, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package goast provides a useful visitor for the Go AST.
Visit all nodes in the Go AST rooted at node, in depth-first order.
The visitor function can call next() to continue traversal.
Note that this is based on a direct copy of ast.Walk.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.