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.

go-crap

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

go-crap-action

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

go-crap-tracker

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

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

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.