From 48b3da6eceff0c8c00e9b2093cac1c91fc2fa524 Mon Sep 17 00:00:00 2001 From: Jaime Pillora Date: Thu, 20 Jul 2017 12:09:52 +1000 Subject: [PATCH] add godoc button --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c03632b..38bf578 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ go-accept-headers ================= +[![GoDoc](https://godoc.org/github.com/timewasted/go-accept-headers?status.svg)](https://godoc.org/github.com/timewasted/go-accept-headers) + Easily handle HTTP Accept(-Charset|-Encoding|-Language) headers in Go. This was inspired by [goautoneg](https://bitbucket.org/ww/goautoneg/).