From d14824e75e79e7c03b078aa24cf570786f17c0fd Mon Sep 17 00:00:00 2001 From: Henry Date: Mon, 18 Aug 2014 14:24:11 +0200 Subject: [PATCH] alphabetize cbor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a91289ec..3cbfc0de 100644 --- a/README.md +++ b/README.md @@ -347,9 +347,9 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries and tools for binary serialization* +* [cbor](https://github.com/2tvenom/cbor) - Golang library for working with cbor binary format * [gogoprotobuf](https://code.google.com/p/gogoprotobuf) - Protocol Buffers for Go with Gadgets * [goprotobuf](https://code.google.com/p/goprotobuf) - Go support, in the form of a library and protocol compiler plugin, for Google's protocol buffers. -* [cbor](https://github.com/2tvenom/cbor) - Golang library for working with cbor binary format ## Template Engines