You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
skip unsafe tests for bigendian architectures. (gogo#272)
* skip marshal and unmarshal tests on big endian architectures if message has generated unsafe methods
* equal and compare tests now also check for bigendian architectures when the message uses the unsafe marshaler or unmarshaler
* skip packed unsafe issue21 if cpu is not little endian