Expand description
Go language plugin for sqry
Implements the LanguagePlugin trait for Go, providing:
- AST parsing with tree-sitter
- Scope extraction
- Relation tracking (calls/imports/exports); new semantics must flow through
sqry_core::graph::GraphBuilderandGoGraphBuilderintoCodeGraph
Re-exports§
pub use relations::GoGraphBuilder;
Modules§
- relations
- Relation tracking for Go
Structs§
- GoPlugin
- Go language plugin