aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2016-03-25 21:18:27 -0600
committerBen Johnson <benbjohnson@yahoo.com>2016-03-25 21:18:27 -0600
commit831b652a7f8dbefaf94da0eb66abd46c0c4bcf23 (patch)
tree17b06eff57a987084b72c748c0bddc1ddd255a25
parentMerge pull request #545 from benbjohnson/slice-capacity (diff)
parentUpdate README.md (diff)
downloaddedo-831b652a7f8dbefaf94da0eb66abd46c0c4bcf23.tar.gz
dedo-831b652a7f8dbefaf94da0eb66abd46c0c4bcf23.tar.xz
Merge pull request #546 from josephspurrier/master
Add GoWebApp as a project that uses Bolt.
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 09c6da2..4c9312c 100644
--- a/README.md
+++ b/README.md
@@ -843,5 +843,6 @@ Below is a list of public, open source projects that use Bolt:
* [Boltdb Boilerplate](https://github.com/bobintornado/boltdb-boilerplate) - Boilerplate wrapper around bolt aiming to make simple calls one-liners.
* [lru](https://github.com/crowdriff/lru) - Easy to use Bolt-backed Least-Recently-Used (LRU) read-through cache with chainable remote stores.
* [Storm](https://github.com/asdine/storm) - A simple ORM around BoltDB.
+* [GoWebApp](https://github.com/josephspurrier/gowebapp) - A basic MVC web application in Go using BoltDB.
If you are using Bolt in a project please send a pull request to add it to the list.