No Description

Ugorji Nwoke 2e1067cd04 codec: decode an empty string into a number as zero 7 years ago
codec 2e1067cd04 codec: decode an empty string into a number as zero 7 years ago
.travis.yml 16f09ef744 codec: travis: add support for testing against go 1.10 7 years ago
LICENSE 3561c62845 updated LICENSE 11 years ago
README.md 44cdb1095d README.md: TODO completed: release v1.1.1 7 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

TODO:

  • 2018-04-09 - Release v1.1.1 containing 32-bit fixes, etc