pub fn is_go_language(lang: &Language) -> boolExpand description
Check whether a tree_sitter::Language is the Go grammar.
Used by crate::repo_map to gate Go-specific receiver-type heuristics.
Same node-kind-count proxy as is_rust_language.
pub fn is_go_language(lang: &Language) -> boolCheck whether a tree_sitter::Language is the Go grammar.
Used by crate::repo_map to gate Go-specific receiver-type heuristics.
Same node-kind-count proxy as is_rust_language.