Skip to content

kingreatwill/go-sizeof-tips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang sizeof tips

Web tool for interactive playing with Golang struct sizes.

Try online version here.

Aim

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.

Installing

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.

Other