go-size-analyzer

Analyzes dependencies and size breakdown in compiled Go binaries

brewmacoslinux
Try with needOr install directly
Source

About

Analyzing the dependencies in compiled Golang binaries

Commands

gsa

Examples

Analyze a Go binary to see its dependency sizes$ gsa ./myapp
Generate a detailed report showing which packages consume the most space$ gsa -f json ./myapp > analysis.json
Analyze a binary and display results in a human-readable format$ gsa -f text ./myapp