Skip to content

Instantly share code, notes, and snippets.

@romanitalian
Created February 13, 2021 14:19
Show Gist options
  • Save romanitalian/3c715301acbbab791c7536f3bb3ef7c0 to your computer and use it in GitHub Desktop.
Save romanitalian/3c715301acbbab791c7536f3bb3ef7c0 to your computer and use it in GitHub Desktop.
type Foo struct {
aaa [2]bool // 2 bytes
ccc [2]bool // 2 bytes
bbb int32 // 4 bytes
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment