No Description

Ugorji Nwoke bb71fe2c0a codec: encode []byte as nil if nil, and handle decoding a []byte from a container containing uint8's 8 years ago
codec bb71fe2c0a codec: encode []byte as nil if nil, and handle decoding a []byte from a container containing uint8's 8 years ago
.travis.yml 6ac03ac419 codec: remove parameters from travis.yml 8 years ago
LICENSE 3561c62845 updated LICENSE 11 years ago
README.md 3b86b15a09 README: force goreportcard to refresh badge by appending a request parameter 8 years ago
msgpack.org.md 6289abca10 codec: updated docs to reflect the correct API for client codec 12 years ago

README.md

Sourcegraph Build Status codecov GoDoc rcard License

go/codec

This repository contains the go-codec library, a High Performance and Feature-Rich Idiomatic encode/decode and rpc library for

For more information:

Install using:

go get github.com/ugorji/go/codec