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.
go-crap
A CLI tool that calculates the CRAP score (cyclomatic complexity x coverage) for Go projects.
Go Struct Analyzer
VS Code extension showing memory size and padding information for Go structs, helping optimize memory usage and understand struct layout.
test-finder
A CLI tool to discover Go modules and analyze their test coverage across directories.