diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2016-10-28 11:42:55 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-28 11:42:55 -0600 |
commit | dca969723b0b33fce29e564bb99c9ca4c8053b04 (patch) | |
tree | ae03960a2953eaaa0a900122ff2b1830b62ba7f0 | |
parent | Merge pull request #605 from seeekr/patch-1 (diff) | |
parent | Add 'bolter' to the list of projects that use Bolt (diff) | |
download | dedo-dca969723b0b33fce29e564bb99c9ca4c8053b04.tar.gz dedo-dca969723b0b33fce29e564bb99c9ca4c8053b04.tar.xz |
Merge pull request #609 from hasit/patch-1
Add 'bolter' to the list of projects that use Bolt
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |