From 298dfbd6286346130e880252a6a79948f6b3f766 Mon Sep 17 00:00:00 2001 From: Henry Date: Mon, 18 Aug 2014 12:26:38 +0200 Subject: [PATCH] a couple of utilities added --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c48e940..a91289e 100644 --- a/README.md +++ b/README.md @@ -349,6 +349,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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 @@ -432,10 +433,13 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [goreq](https://github.com/franela/goreq) - Minimal and simple request library for Go language. * [gorequest](https://github.com/parnurzeal/gorequest) - Simplified HTTP client with rich features for Go. * [gotenv](https://github.com/subosito/gotenv) - Load environment variables from `.env` or any `io.Reader` in Go +* [go-debug](https://github.com/visionmedia/go-debug) - Conditional debug logging for Golang libraries & applications * [go-dry](https://github.com/ungerik/go-dry) - DRY (don't repeat yourself) package for Go. * [go-underscore](https://github.com/tobyhede/go-underscore) - A useful collection of helpfully functional Go collection utilities. * [lrserver](https://github.com/jaschaephraim/lrserver) - LiveReload server for Go * [mp](https://github.com/sanbornm/mp) - A simple cli email parser. It currently takes stdin and outputs JSON. +* [profile](https://github.com/davecheney/profile) - Simple profiling support package for Go +* [sqlx](https://github.com/jmoiron/sqlx) - provides a set of extensions on top of the excellent built-in database/sql package ## Video