Skip to content

Instantly share code, notes, and snippets.

@mstrYoda
Last active December 11, 2019 07:56
Show Gist options
  • Save mstrYoda/437c6242411d37f548bf573c79513b41 to your computer and use it in GitHub Desktop.
Save mstrYoda/437c6242411d37f548bf573c79513b41 to your computer and use it in GitHub Desktop.
type First struct {
a int16
b int32
c int16
}
type Second struct {
b int32
a int16
c int16
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment