Last active
December 11, 2019 07:56
-
-
Save mstrYoda/437c6242411d37f548bf573c79513b41 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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