mesos / mesos-go

Go language bindings for Apache Mesos
Apache License 2.0
545 stars 146 forks source link

Removed hardcoded type assertion in decoder.go #268

Closed cinchurge closed 7 years ago

cinchurge commented 7 years ago

framing.Decoder.Decode currently has a hardcoded type assertion for protocol buffers. This change will allow json unmarshalers as well.

jdef commented 7 years ago

LGTM, thanks!