go-size-analyzer icon indicating copy to clipboard operation
go-size-analyzer copied to clipboard

A tool for analyzing the dependencies in compiled Golang binaries, providing insight into their impact on the final build.

Results 6 go-size-analyzer issues
Sort by recently updated
recently updated
newest added

Hi, thanks for this tool! Steps to reproduce: - git clone https://github.com/aquasecurity/trivy.git && cd trivy - go build -ldflags "-s" -o trivy ./cmd/trivy/main.go - gsa ./trivy --verbose ```sh level=INFO msg="Parsing...

bug

I ran this for my tool [tf-import-gen](https://github.com/kishaningithub/tf-import-gen). The unstripped binary size is ~6.2 MB and i wanted to look into what was causing it. ## What i did - Went...

enhancement
help wanted

Currently blocked by https://github.com/dependabot/dependabot-core/issues/9684 Should be merged after https://github.com/dependabot/dependabot-core/pull/9687

`go:embed` stores its data in `.rodata` section of the binary file. I am not sure if it's possible to extract all of the content of `.rodata` but it would be...

enhancement

Not sure if this is possible, but maybe it would be a useful feature to be able to analyze CGO libraries and their footprint? e.g. I'm using https://github.com/mattn/go-sqlite3 and https://github.com/marcboeker/go-duckdb...

enhancement

Could you explain how to install gsv in README

good first issue