When running `dep prune` explicitly, the following message show up: ``` dep prune Pruning is now performed automatically by dep ensure. ``` However, after the explicit `dep prune`, there are still many files deleted. (Guess `dep ensure` is not complete yet). This fix did a `dep prune` to clean up unneeded files. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> |
||
---|---|---|
.. | ||
codec | ||
.travis.yml | ||
LICENSE | ||
msgpack.org.md | ||
README.md |
go/codec
This repository contains the go-codec
library,
a High Performance and Feature-Rich Idiomatic encode/decode and rpc library for
- msgpack: https://github.com/msgpack/msgpack
- binc: http://github.com/ugorji/binc
- cbor: http://cbor.io http://tools.ietf.org/html/rfc7049
- json: http://json.org http://tools.ietf.org/html/rfc7159
For more information:
- see the codec/Readme for quick usage information
- view the API on godoc
- read the detailed usage/how-to primer
Install using:
go get github.com/ugorji/go/codec
TODO:
- 2018-03-12 - Release v1.1.1 containing 32-bit fixes