MsgPackEncoding msgpack 格式
| 4 | |
| 5 | // MsgPackEncoding msgpack 格式 |
| 6 | type MsgPackEncoding struct{} |
| 7 | |
| 8 | // Marshal msgpack encode |
| 9 | func (mp MsgPackEncoding) Marshal(v interface{}) ([]byte, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected