From 36798b2a71b3f85a0b67fb7ee3234d1a589f5724 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sun, 15 Nov 2015 20:32:23 -0500 Subject: [PATCH] add godoc badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3cdc681..9c5a876 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ terse ===== +[![GoDoc](https://godoc.org/github.com/brettlangdon/terse?status.svg)](https://godoc.org/github.com/brettlangdon/terse) + Short URL server written in [go](https://golang.org) which stores all URL short code mappings in an in-memory least recently used (LRU) cache. ## Getting Started