stretchr / goweb

A lightweight RESTful web framework for Go
632 stars 61 forks source link

msgpack has been deprecated #25

Closed matryer closed 11 years ago

matryer commented 11 years ago
package github.com/ugorji/go-msgpack has been deprecated (05/29/2013). 
It will be retired anytime from July 1, 2013.
Please update to faster and much much better github.com/ugorji/go/codec.
See https://github.com/ugorji/go/tree/master/codec#readme for more information.
matryer commented 11 years ago

(This is an issue for the codecs package)

matryer commented 11 years ago

Completed in https://github.com/stretchr/codecs/pull/18