From c05340f27e14d22792817e3e97111d7b883e2c92 Mon Sep 17 00:00:00 2001
From: Will McCutchen <will@mccutch.org>
Date: Sat, 24 Jun 2017 13:48:20 -0700
Subject: [PATCH] Badges

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 6c5f546..0a4f22b 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,9 @@
 
 A WIP golang port of https://httpbin.org/.
 
+[![GoDoc](https://godoc.org/github.com/mccutchen/go-httpbin?status.svg)](https://godoc.org/github.com/mccutchen/go-httpbin)
 [![Build Status](https://travis-ci.org/mccutchen/go-httpbin.svg?branch=master)](http://travis-ci.org/mccutchen/go-httpbin)
+[![Coverage](gocover.io/_badge/github.com/mccutchen/go-httpbin/httpbin?0)](http://gocover.io/github.com/mccutchen/go-httpbin/httpbin)
 
 ## Building
 
-- 
GitLab