Skip to content

Instantly share code, notes, and snippets.

@romanitalian
Created February 13, 2021 14:16
Show Gist options
  • Save romanitalian/fcbf26f924444bec8b3f5e2c7204cbbd to your computer and use it in GitHub Desktop.
Save romanitalian/fcbf26f924444bec8b3f5e2c7204cbbd to your computer and use it in GitHub Desktop.
type Foo struct {
aaa bool // 1
bbb int32 // 4 (max)
ссс bool // 1
ddd bool // 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment