Add godoc reference badge to README.md.

This commit is contained in:
Dave Collins 2014-07-08 08:26:17 -05:00
parent 16dc2cf2d0
commit 7354ecefe8

View file

@ -10,9 +10,6 @@ See `test_coverage.txt` for the current coverage (using gocov). Alternatively,
if you are running a POSIX OS, you can run the cov_report.sh script for a if you are running a POSIX OS, you can run the cov_report.sh script for a
real-time report. Package btcdb is licensed under the liberal ISC license. real-time report. Package btcdb is licensed under the liberal ISC license.
Note that the main `Db` interface is not yet finalized, so it is subject to
change.
## Sample Use ## Sample Use
```Go ```Go
@ -43,6 +40,9 @@ change.
## Documentation ## Documentation
[![GoDoc](https://godoc.org/github.com/conformal/btcdb?status.png)]
(http://godoc.org/github.com/conformal/btcdb)
Full `go doc` style documentation for the project can be viewed online without Full `go doc` style documentation for the project can be viewed online without
installing this package by using the GoDoc site installing this package by using the GoDoc site
[here](http://godoc.org/github.com/conformal/btcdb). [here](http://godoc.org/github.com/conformal/btcdb).