Analyzes dependencies and size breakdown in compiled Go binaries
Analyzing the dependencies in compiled Golang binaries
gsa
$ gsa ./myapp
$ gsa -f json ./myapp > analysis.json
$ gsa -f text ./myapp