aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHasit Mistry <hasitnm@gmail.com>2016-10-18 11:57:33 -0700
committerGitHub <noreply@github.com>2016-10-18 11:57:33 -0700
commit0ac07c81d009e4c85d296406b5f662c6aa822ceb (patch)
treeae03960a2953eaaa0a900122ff2b1830b62ba7f0 /README.md
parentMerge pull request #605 from seeekr/patch-1 (diff)
downloaddedo-0ac07c81d009e4c85d296406b5f662c6aa822ceb.tar.gz
dedo-0ac07c81d009e4c85d296406b5f662c6aa822ceb.tar.xz
Add 'bolter' to the list of projects that use Bolt
[bolter](https://github.com/hasit/bolter) is a command-line app for viewing BoltDB file in your terminal using [tablewriter](https://github.com/olekukonko/tablewriter).
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index b654502..9d1dccf 100644
--- a/README.md
+++ b/README.md
@@ -854,5 +854,6 @@ Below is a list of public, open source projects that use Bolt:
* [GoShort](https://github.com/pankajkhairnar/goShort) - GoShort is a URL shortener written in Golang and BoltDB for persistent key/value storage and for routing it's using high performent HTTPRouter.
* [torrent](https://github.com/anacrolix/torrent) - Full-featured BitTorrent client package and utilities in Go. BoltDB is a storage backend in development.
* [gopherpit](https://github.com/gopherpit/gopherpit) - A web service to manage Go remote import paths with custom domains
+* [bolter](https://github.com/hasit/bolter) - Command-line app for viewing BoltDB file in your terminal.
If you are using Bolt in a project please send a pull request to add it to the list.