Moved from gophergala/golang-sizeof.tips
THE PROJECT IS CLOSED. THANKS ANYONE WHO USED IT!
Consider alternatives:
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.
To install correct versions of dependencies Goop dependency manager should be used.
go get github.com/gophergala/golang-sizeof.tips
cd github.com/gophergala/golang-sizeof.tips
goop install
goop go build -o ./server
You may also install via simple go get
by your own risk.
./server -http=:7777 start
./server stop
./server restart
Tested on Linux and OS X x64 platforms, but should work properly and on other *nix-like platforms. Windows is not supported due to daemonization.