README: add goreportcard badge

Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
pull/28/head
Gyu-Ho Lee 2017-08-11 13:41:18 -07:00
parent dd1d5a7cbd
commit 9d07787d9f
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Bolt
====
[![Godoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](https://godoc.org/github.com/coreos/bbolt)
[![Go Report Card](https://goreportcard.com/badge/github.com/coreos/bbolt?style=flat-square)](https://goreportcard.com/report/github.com/coreos/bbolt) [![Godoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](https://godoc.org/github.com/coreos/bbolt)
Bolt is a pure Go key/value store inspired by [Howard Chu's][hyc_symas]
[LMDB project][lmdb]. The goal of the project is to provide a simple,