From bf8419c48b43813c38ec293c6c5fdaf479e218cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dobros=C5=82aw=20=C5=BBybort?= Date: Sun, 21 Feb 2016 20:29:13 +0100 Subject: [PATCH] add: abutil to general utilities Fix #561 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cf3fe835..bcb4614d 100644 --- a/README.md +++ b/README.md @@ -878,6 +878,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *General utilities and tools to make your life easier.* +* [abutil](https://github.com/bahlo/abutil) - A collection of often-used Golang helpers. * [apm](https://github.com/topfreegames/apm) - A process manager for Golang applications with an HTTP API. * [boilr](https://github.com/tmrts/boilr) - A blazingly fast CLI tool for creating projects from boilerplate templates. * [coop](https://github.com/rakyll/coop) - Cheat sheet for some of the common concurrent flows in Go.