mirror of
https://github.com/moby/moby.git
synced 2026-07-19 05:50:57 +00:00
vndr has been updated and now pulls in license files and readmes. This just re-runs with the latest version so vendoring is up to date. Should cut down on changes from real vendor commit updates. Signed-off-by: Brian Goff <cpuguy83@gmail.com>
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