From b5d2297dadac2d3795c8cc55b0315984929f11c6 Mon Sep 17 00:00:00 2001 From: Erik Grinaker Date: Mon, 11 May 2020 12:02:24 +0200 Subject: [PATCH] README: add GoDoc badge (#93) Should really link to pkg.go.dev, the team is still working on a badge: https://github.com/golang/go/issues/36982 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1dc0d00e9..e45e21a46 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ![Test](https://github.com/tendermint/tm-db/workflows/Test/badge.svg?branch=master) ![Lint](https://github.com/tendermint/tm-db/workflows/Lint/badge.svg?branch=master) +[![](https://godoc.org/github.com/tendermint/tm-db?status.svg)](http://godoc.org/github.com/tendermint/tm-db) Common database interface for various database backends. Primarily meant for applications built on [Tendermint](https://github.com/tendermint/tendermint), such as the [Cosmos SDK](https://github.com/cosmos/cosmos-sdk), but can be used independently of these as well.