From e89fcf512eefa46f2c8ada34a158e7e2c744d2a2 Mon Sep 17 00:00:00 2001 From: Faye Amacker <33205765+fxamacker@users.noreply.github.com> Date: Mon, 14 Oct 2019 03:35:06 -0500 Subject: [PATCH] Add fxamacker/cbor (#2746) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd538fbc..2f88c79a 100644 --- a/README.md +++ b/README.md @@ -1427,6 +1427,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [bambam](https://github.com/glycerine/bambam) - generator for Cap'n Proto schemas from go. * [bel](https://github.com/32leaves/bel) - Generate TypeScript interfaces from Go structs/interfaces. Useful for JSON RPC. * [binstruct](https://github.com/ghostiam/binstruct) - Golang binary decoder for mapping data into the structure. +* [cbor](https://github.com/fxamacker/cbor) - Small, safe, and easy CBOR encoding and decoding library. * [colfer](https://github.com/pascaldekloe/colfer) - Code generation for the Colfer binary format. * [csvutil](https://github.com/jszwec/csvutil) - High Performance, idiomatic CSV record encoding and decoding to native Go structures. * [fwencoder](https://github.com/o1egl/fwencoder) - Fixed width file parser (encoding and decoding library) for Go.