dedis / protobuf

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

Test unsuccessful interface decoding #58

Closed Gilthoniel closed 5 years ago

Gilthoniel commented 5 years ago

This adds a test that will check an proper error is returned if no constructor or tag is found when decoding an interface. It also fixes a panic during recovering because of type checking.