From d2b8231e6181e3144a55dbebc379c32d2c142511 Mon Sep 17 00:00:00 2001 From: matthewboyle Date: Sat, 13 Apr 2019 11:40:01 +0100 Subject: [PATCH] added build information to readme --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 696e80a..69d199b 100644 --- a/README.MD +++ b/README.MD @@ -1,5 +1,5 @@ # go-panic-catch -[![GoDoc](https://godoc.org/github.com/MatthewJamesBoyle/go-panic-catch?status.svg)](https://godoc.org/github.com/MatthewJamesBoyle/go-panic-catch) +[![GoDoc](https://godoc.org/github.com/MatthewJamesBoyle/go-panic-catch?status.svg)](https://godoc.org/github.com/MatthewJamesBoyle/go-panic-catch) [![Build Status](https://travis-ci.org/MatthewJamesBoyle/go-panic-catch.svg?branch=master)](https://travis-ci.org/MatthewJamesBoyle/go-panic-catch) go-panic-catch is a simple middleware for golang web servers that recovers from panics and enables you to handle panics gracefully.