go-analyzer 0.1.1

A high-performance Language Server Protocol (LSP) implementation for Go code analysis, providing real-time variable lifecycle tracking and data race detection
Documentation
1
2
3
4
pub mod analysis;
mod test;
pub mod types;
pub mod util;