Hello go-nuts,
I'm excited to share a new tool that has landed in our Go ecosystem: go-size-analyzer. This utility is designed to give you a clear picture of the size of your compiled Go binaries, with a focus on how dependencies contribute to the overall footprint.
It simplifies the process of binary size analysis and offers a range of viewing options, from web interfaces to terminal UIs and text formats. It's also highly customisable, so you can tailor the output to suit your needs.
The project is open source and actively seeking contributions, so if you're interested in this kind of tool, it's definitely worth a look.
You can find more information and get started with go-size-analyzer on its GitHub page:
https://github.com/Zxilly/go-size-analyzer
Happy coding!
Best,
Zxilly