Tags: KondorGame/protobuf
Tags
fix gogo#427 consistent import naming between the import declaration … …and the vars in grpc * consistent import naming between the import declaration and the vars. This is more consistant with golang/protobuf. * moved issue427 test to the 'testall' make target to avoid grpc/context dependency
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