Go struct alignment optimization tool — Package Repository
APT YUM/DNF Homebrew Go Install
brew tap gamelife1314/structoptimizer brew install structoptimizer
echo "deb [trusted=yes] https://gamelife1314.github.io/structoptimizer/apt stable main" \ | sudo tee /etc/apt/sources.list.d/structoptimizer.list sudo apt update && sudo apt install structoptimizer
sudo tee /etc/yum.repos.d/structoptimizer.repo <<EOF [structoptimizer] name=StructOptimizer baseurl=https://gamelife1314.github.io/structoptimizer/yum enabled=1 gpgcheck=0 EOF sudo yum install structoptimizer # or: sudo dnf install structoptimizer
go install github.com/gamelife1314/structoptimizer/cmd/structoptimizer@latest
curl -fsSL https://raw.githubusercontent.com/gamelife1314/structoptimizer/main/install.sh | bash