Web tool for interactive playing with Golang struct sizes.
Try online version here.
Provide comfortable tool to see how fields in struct are aligned, to compare different structs and as the result - to understand and remember alignment rules.
go get github.com/kingreawill/go-sizeof-tips
cd github.com/kingreawill/go-sizeof-tips
go mod tidy
go build -o ./server
You may also install via simple go get
by your own risk.