diff options
author | Matt Joiner <anacrolix@gmail.com> | 2016-09-02 15:19:24 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-02 15:19:24 +1000 |
commit | 8133f4399e76d564af7b78a48a53191b5cbded37 (patch) | |
tree | 6eec236c641f7989c4187ec04aedc97807936bcc /README.md | |
parent | Merge pull request #577 from bouk/patch-1 (diff) | |
download | dedo-8133f4399e76d564af7b78a48a53191b5cbded37.tar.gz dedo-8133f4399e76d564af7b78a48a53191b5cbded37.tar.xz |
Update README.md
Add anacrolix/torrent to users.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |