mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
09921ca33f
To include the following backported fix: https://github.com/kolyshkin/ugorji-go/commit/1cf431c13dec46596 which should fix this: > 13:40:53 vendor/github.com/ugorji/go/codec/gen-helper.generated.go:1: > possible malformed +build comment%!(EXTRA []interface {}=[]) Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> |
||
---|---|---|
.. | ||
codec | ||
LICENSE | ||
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