From 893989abadb095623f695ed7b2006939a0061534 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Wed, 26 Dec 2018 17:27:29 -0600 Subject: [PATCH] Use godoc badge for doc link --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 56ab7b3..ed1e37b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![](https://godoc.org/github.com/jackc/puddle?status.svg)](https://godoc.org/github.com/jackc/puddle) [![Build Status](https://travis-ci.org/jackc/puddle.svg)](https://travis-ci.org/jackc/puddle) # Puddle @@ -12,10 +13,6 @@ Puddle is a tiny generic resource pool library for Go that uses the standard con * High performance * 100% test coverage -## Documentation - -https://godoc.org/github.com/jackc/puddle - ## License MIT