Skip to content

Instantly share code, notes, and snippets.

@romanitalian
Created February 13, 2021 14:14
Show Gist options
  • Save romanitalian/28230d97f39f4cc4e07ff3e044173210 to your computer and use it in GitHub Desktop.
Save romanitalian/28230d97f39f4cc4e07ff3e044173210 to your computer and use it in GitHub Desktop.
type Foo struct {
aaa bool
bbb int32
}
fmt.Println(unsafe.Sizeof(x)) // 8
fmt.Println(unsafe.Sizeof(y)) // 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment