Description
Declarations from Go source files can be extracted as structured JSON for editors and developer tools. The utility helps code navigation features understand functions, types, methods, and other symbols.
It reads source code and produces metadata, normally as part of editor integration. Avoid exposing generated symbol data from private codebases if names or structure are sensitive.