Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NilFileSetError = errors.New("file set is nil") NilASTNodeError = errors.New("ast node is nil") )
Functions ¶
func ParseGoFile ¶
ParseGoFile parse the given Go file and return the file set and the AST node
func TraverseAST ¶
TraverseAST traverse the given AST node and call the given function for each node
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.