diff options
author | Joseph Spurrier <github@josephspurrier.com> | 2016-03-25 16:25:51 -0400 |
---|---|---|
committer | Joseph Spurrier <github@josephspurrier.com> | 2016-03-25 16:25:51 -0400 |
commit | e90f18ec471bfecd043a28517cbd3abf031fce0a (patch) | |
tree | 56c956b7fe8d3fe3b3ad56a26edb74cbbc66b8ef /README.md | |
parent | Merge pull request #542 from boltdb/remove-drone-badge (diff) | |
download | dedo-e90f18ec471bfecd043a28517cbd3abf031fce0a.tar.gz dedo-e90f18ec471bfecd043a28517cbd3abf031fce0a.tar.xz |
Update README.md
Added GoWebApp as a project that uses Bolt.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |