From add6474f615e620efd42b852a7ffc6e9ac922261 Mon Sep 17 00:00:00 2001 From: Bob Cao Date: Wed, 24 Feb 2016 17:01:39 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1728d65..beca838 100644 --- a/README.md +++ b/README.md @@ -837,5 +837,6 @@ Below is a list of public, open source projects that use Bolt: simple tx and key scans. * [Request Baskets](https://github.com/darklynx/request-baskets) - A web service to collect arbitrary HTTP requests and inspect them via REST API or simple web UI, similar to [RequestBin](http://requestb.in/) service * [Go Report Card](https://goreportcard.com/) - Go code quality report cards as a (free and open source) service. +* [Boltdb Boilerplate](https://github.com/bobintornado/boltdb-boilerplate) - Boilerplate wrapper around bolt aiming to make simple calls one-liners. If you are using Bolt in a project please send a pull request to add it to the list.