HexaGo

GitHub stars GitHub forks Last commit
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-testgen

GitHub stars GitHub forks Last commit
A test scaffolding tool for Golang

go-crap

GitHub stars GitHub forks Last commit
A CLI tool that calculates the CRAP score (cyclomatic complexity x coverage) for Go projects.

Go Struct Analyzer

VS Code Marketplace Downloads OpenVSX Downloads

VS Code extension showing memory size and padding information for Go structs, helping optimize memory usage and understand struct layout.

unit-test-book

GitHub stars GitHub forks Last commit
Unit Testing in Go - Patterns from real projects

test-finder

GitHub stars GitHub forks Last commit
A CLI tool to discover Go modules and analyze their test coverage across directories.