From 021e7e8a8ca8be415b3bdfdc8102aec46fd27ed1 Mon Sep 17 00:00:00 2001 From: "John C. Vernaleo" Date: Tue, 8 Nov 2016 08:39:53 -0500 Subject: Add btcwallet and dcrwallet to projects using bolt. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4eb3676..593ca36 100644 --- a/README.md +++ b/README.md @@ -904,5 +904,7 @@ Below is a list of public, open source projects that use Bolt: * [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. +* [btcwallet](https://github.com/btcsuite/btcwallet) - A bitcoin wallet in Go. +* [dcrwallet](https://github.com/decred/dcrwallet) - A wallet for the Decred cryptocurrency in Go. If you are using Bolt in a project please send a pull request to add it to the list. -- cgit v1.2.3 From 01cb4852fd07f7a453d83078de07bb5336b8dd34 Mon Sep 17 00:00:00 2001 From: "John C. Vernaleo" Date: Wed, 9 Nov 2016 16:43:38 -0500 Subject: Make wording a little less redundant. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 593ca36..66f1e45 100644 --- a/README.md +++ b/README.md @@ -904,7 +904,7 @@ Below is a list of public, open source projects that use Bolt: * [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. -* [btcwallet](https://github.com/btcsuite/btcwallet) - A bitcoin wallet in Go. -* [dcrwallet](https://github.com/decred/dcrwallet) - A wallet for the Decred cryptocurrency in Go. +* [btcwallet](https://github.com/btcsuite/btcwallet) - A bitcoin wallet. +* [dcrwallet](https://github.com/decred/dcrwallet) - A wallet for the Decred cryptocurrency. If you are using Bolt in a project please send a pull request to add it to the list. -- cgit v1.2.3