From 0362a159d71cf9f22951614e06483da6844dbd76 Mon Sep 17 00:00:00 2001 From: Sergey Kamardin Date: Wed, 13 Jul 2016 11:58:03 +0300 Subject: [PATCH] Update README --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index c4d980f..7f917c6 100644 --- a/README +++ b/README @@ -2,4 +2,6 @@ This builds with the new 'go' tool. It is installable with "go get github.com/msgpack/msgpack-go". -FYI, [go-msgpack](https://github.com/ugorji/go) contains a better msgpack implementation for go. +FYI, these libraries contains a better msgpack implementation for go: + - [msgp](https://github.com/tinylib/msgp) + - [go-msgpack](https://github.com/ugorji/go)