msgpack-go icon indicating copy to clipboard operation
msgpack-go copied to clipboard

Unpack should return interface{} instead of reflect.Value

Open smw1218 opened this issue 12 years ago • 0 comments

I am trying to use this and the RPC library and I think the code requires a major refactor to match standard encoding libraries in Go. I have made changes on the ngmoco fork but I didn't want to open a pull request until there was some discussion around the matter.

I personally suggest trashing the current interface since this separate project is fairly new. It only took me a few hours to switch the code to something that is far more usable.

smw1218 avatar May 18 '12 23:05 smw1218