diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2016-06-07 08:37:33 -0600 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2016-06-07 08:37:33 -0600 |
commit | 26d9d16a46cc33fb09d4f80fab1715d71b426021 (patch) | |
tree | 5c3fb3aaaeb9b1d6cd49ad10e293f5bcea297b80 | |
parent | v1.2.1 (diff) | |
parent | Add MuLiFS to the list of projects using Bolt. (diff) | |
download | dedo-26d9d16a46cc33fb09d4f80fab1715d71b426021.tar.gz dedo-26d9d16a46cc33fb09d4f80fab1715d71b426021.tar.xz |
Merge pull request #563 from dankomiocevic/patch-1
Add MuLiFS to the list of projects using Bolt.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -846,5 +846,6 @@ Below is a list of public, open source projects that use Bolt: * [GoWebApp](https://github.com/josephspurrier/gowebapp) - A basic MVC web application in Go using BoltDB. * [SimpleBolt](https://github.com/xyproto/simplebolt) - A simple way to use BoltDB. Deals mainly with strings. * [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. If you are using Bolt in a project please send a pull request to add it to the list. |