Hacker News new | ask | show | jobs
by seiferteric 2401 days ago
I thought of this, but I would have to do this for every single protobuf message. Also, anytime the protobuf changes, you would have to update the code.
1 comments

Your protobuf messages are changing that much? My condolences.

ETA: Also, you already are needing to add code to every encode/decode point for the `map[string]interface{}` handling. :P