aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2016-09-12 10:49:43 -0600
committerGitHub <noreply@github.com>2016-09-12 10:49:43 -0600
commit9dffd9de3bcaa5cc6dbc53b4247d67a2f7b9b709 (patch)
treea88e3c19c60062763f116e368a1eb3be0a334d6b
parentMerge pull request #591 from boltdb/readme (diff)
parentUpdate README.md (diff)
downloaddedo-9dffd9de3bcaa5cc6dbc53b4247d67a2f7b9b709.tar.gz
dedo-9dffd9de3bcaa5cc6dbc53b4247d67a2f7b9b709.tar.xz
Merge pull request #594 from anacrolix/patch-1
Update README.md
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index bd187dd..0d3b4bd 100644
--- a/README.md
+++ b/README.md
@@ -848,5 +848,6 @@ Below is a list of public, open source projects that use Bolt:
* [Algernon](https://github.com/xyproto/algernon) - A HTTP/2 web server with built-in support for Lua. Uses BoltDB as the default database backend.
* [MuLiFS](https://github.com/dankomiocevic/mulifs) - Music Library Filesystem creates a filesystem to organise your music files.
* [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.
If you are using Bolt in a project please send a pull request to add it to the list.