Skip to main content

Module go

Module go 

Source
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.