Skip to main content

Crate sqry_lang_go

Crate sqry_lang_go 

Source
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::GraphBuilder and GoGraphBuilder into CodeGraph

Re-exports§

pub use relations::GoGraphBuilder;

Modules§

relations
Relation tracking for Go

Structs§

GoPlugin
Go language plugin