debtmap 0.18.0

Code complexity and technical debt analyzer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Go analyzer support.

pub mod analyzer;
pub mod debt;
pub mod dependencies;
pub mod generated;
pub mod metrics;
pub mod orchestration;
pub mod parser;
pub mod purity;
pub mod types;
pub mod visitor;

pub use analyzer::GoAnalyzer;