Go Struct Analyzer
VS Code extension showing memory size and padding information for Go structs, helping optimize memory usage and understand struct layout.
go-crap
A CLI tool that calculates the CRAP score (cyclomatic complexity x coverage) for Go projects.
go-crap-action
A CLI tool that calculates the CRAP score (cyclomatic complexity x coverage) for Go projects.
go-crap-tracker
A CLI tool that calculates the CRAP score (cyclomatic complexity x coverage) for Go projects.
HexaGo
An opinionated CLI tool to scaffold Go applications following the Hexagonal Architecture (Ports & Adapters) pattern. It helps developers maintain proper separation of concerns and build maintainable applications.
test-finder
A CLI tool to discover Go modules and analyze their test coverage across directories.