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

..03-May-2022-

.circleci/H02-May-2019-

codec/H02-May-2019-

LICENSEH A D02-May-20191.4 KiB

README.mdH A D02-May-2019418

go.modH A D02-May-201939

msgpack.org.mdH A D02-May-20191.3 KiB

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