From 6f25935fa3ec74822e6c61807eb7064afcdc34d6 Mon Sep 17 00:00:00 2001 From: Jacob Prosser Date: Mon, 18 Feb 2019 19:28:15 +1000 Subject: [PATCH] added godoc link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 07360a0..aca974a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Configure +[![GoDoc](https://godoc.org/github.com/paked/configure?status.svg)](https://godoc.org/github.com/paked/configure) + Configure is a Go package that gives you easy configuration of your project through redundancy. It has an API inspired by [negroni](http://godoc.org/github.com/codegangsta/negroni) and the [flag](http://godoc.org/flag) package. ## What is it?