Skip to content

Instantly share code, notes, and snippets.

@romanitalian
Last active February 13, 2021 14:32
Show Gist options
  • Save romanitalian/a03a368e1a5091d53438d966990276c2 to your computer and use it in GitHub Desktop.
Save romanitalian/a03a368e1a5091d53438d966990276c2 to your computer and use it in GitHub Desktop.
type Foo struct {
aaa bool // 1 by default. But with padding - 4.
bbb int32 // 4 as max in this struct.
ссс bool // 1 by default. But with padding - 4.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment