From 3161a08a0d229078089319340dad1b749e2305bc Mon Sep 17 00:00:00 2001 From: Tamer TAS Date: Sat, 19 Dec 2015 19:18:18 +0200 Subject: [PATCH] Include boilr Adds [boilr](https://github.com/tmrts/boilr) to the list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8564cec7..72e86bff 100644 --- a/README.md +++ b/README.md @@ -833,6 +833,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *General utilities and tools to make your life easier.* +* [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. * [delve](https://github.com/derekparker/delve) - Go debugger. * [fastlz](https://github.com/fromYukki/fastlz) - Wrap over [FastLz](http://fastlz.org/) (free, open-source, portable real-time compression library) for GoLang.