Go Size Analyzer

Version: 1.10.0 Linux MacOS

A tool for analyzing the size of compiled Go binaries, offering cross-platform support, detailed breakdowns, and multiple output formats.

Installation Instructions

Linux

Download Go Size Analyzer
{
  "url": "{{ .SVar `.tool.go_size_analyzer.download.url` }}",
  "destination_folder": "{{ .PDownloads }}",
  "output_filename": "{{ .SVar `.tool.go_size_analyzer.download.filename` }}",
  "overwrite": false
}
Extract Go Size Analyzer Release
{
  "destination": "{{ .PTools }}/go_size_analyzer/{{ .SVar `.tool.go_size_analyzer.download.version` }}",
  "skip_symlinks": true,
  "preserve_permissions": true,
  "remove_existing": true,
  "source": "{{ .PDownloads }}/{{ .SVar `.tool.go_size_analyzer.download.filename` }}"
}

MacOS

Download Go Size Analyzer
{
  "url": "{{ .SVar `.tool.go_size_analyzer.download.url` }}",
  "destination_folder": "{{ .PDownloads }}",
  "output_filename": "{{ .SVar `.tool.go_size_analyzer.download.filename` }}",
  "overwrite": false
}
Extract Go Size Analyzer Release
{
  "destination": "{{ .PTools }}/go_size_analyzer/{{ .SVar `.tool.go_size_analyzer.download.version` }}",
  "skip_symlinks": true,
  "preserve_permissions": true,
  "remove_existing": true,
  "source": "{{ .PDownloads }}/{{ .SVar `.tool.go_size_analyzer.download.filename` }}"
}

Binaries