• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

codec/H18-Apr-2019-7,1235,404

LICENSEH A D18-Apr-20191.4 KiB2622

README.mdH A D18-Apr-2019418 157

go.modH A D18-Apr-201939 21

msgpack.org.mdH A D18-Apr-20191.3 KiB4837

README.md

1# go
2
3Collection of Open-Source Go libraries and tools.
4
5## Codec
6
7[Codec](https://github.com/ugorji/go/tree/master/codec#readme) is a High Performance and Feature-Rich Idiomatic encode/decode and rpc library for [msgpack](http://msgpack.org) and [Binc](https://github.com/ugorji/binc).
8
9Online documentation is at [http://godoc.org/github.com/ugorji/go/codec].
10
11Install using:
12
13    go get github.com/ugorji/go/codec
14
15