Expand description
Go language parser using tree-sitter-go.
Extracts function declarations, method declarations, call expressions, and type declarations (struct/interface) from Go source files.
Functionsยง
- parse_
go - Parse Go source code and return the extracted facts.