diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2016-03-23 11:13:08 -0600 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2016-03-23 11:13:08 -0600 |
commit | c2610ee091a94978d6092586b2b98b78cd8f7aca (patch) | |
tree | d9d496bd6f08807622e7bb9808c0abc5bf207a78 | |
parent | Merge pull request #540 from erock2112/patch-1 (diff) | |
parent | remove badge (diff) | |
download | dedo-c2610ee091a94978d6092586b2b98b78cd8f7aca.tar.gz dedo-c2610ee091a94978d6092586b2b98b78cd8f7aca.tar.xz |
Merge pull request #542 from boltdb/remove-drone-badge
Remove badge
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Bolt [](https://drone.io/github.com/boltdb/bolt/latest) [](https://coveralls.io/r/boltdb/bolt?branch=master) [](https://godoc.org/github.com/boltdb/bolt)  +Bolt [](https://coveralls.io/r/boltdb/bolt?branch=master) [](https://godoc.org/github.com/boltdb/bolt)  ==== Bolt is a pure Go key/value store inspired by [Howard Chu's][hyc_symas] |