dedis / protobuf

Reflection-based Protocol Buffers for Go
GNU General Public License v2.0
76 stars 15 forks source link

Correctly encode map[[X]byte]TYPE #56

Closed jeffallen closed 5 years ago

jeffallen commented 5 years ago

Previously, using a fixed size array as the key to a map would give an error because the key was not addressable. With this change, the new code in the test case now works as expected.