Removed 'moribund' since some people think it's a bit derogatory towards the original developer.

pull/56/head
Sue Spence 2017-09-25 13:58:09 +01:00
parent 700b8ead14
commit 235a4273ef
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ bbolt
[![Coverage](https://codecov.io/gh/coreos/bbolt/branch/master/graph/badge.svg)](https://codecov.io/gh/coreos/bbolt)
[![Godoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](https://godoc.org/github.com/coreos/bbolt)
bbolt is a fork of [Ben Johnson's][gh_ben] moribund [Bolt][bolt] key/value
bbolt is a fork of [Ben Johnson's][gh_ben] [Bolt][bolt] key/value
store. The purpose of this fork is to provide the Go community with an active
maintenance and development target for Bolt; the goal is improved reliability
and stability. bbolt includes bug fixes, performance enhancements, and features