Skip to content

Commit

Permalink
added build information to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewboyle committed Apr 13, 2019
1 parent 37e9299 commit d2b8231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit d2b8231

Please sign in to comment.