Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acoshift/panicretry
Retry panic middleware in Go
https://github.com/acoshift/panicretry
Last synced: about 1 month ago
JSON representation
Retry panic middleware in Go
- Host: GitHub
- URL: https://github.com/acoshift/panicretry
- Owner: acoshift
- License: mit
- Created: 2018-03-29T02:41:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-31T10:11:24.000Z (almost 7 years ago)
- Last Synced: 2024-06-20T06:24:40.434Z (7 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# panicretry
[![Build Status](https://travis-ci.org/acoshift/panicretry.svg?branch=master)](https://travis-ci.org/acoshift/panicretry)
[![Coverage Status](https://coveralls.io/repos/github/acoshift/panicretry/badge.svg?branch=master)](https://coveralls.io/github/acoshift/panicretry?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/acoshift/panicretry)](https://goreportcard.com/report/github.com/acoshift/panicretry)
[![GoDoc](https://godoc.org/github.com/acoshift/panicretry?status.svg)](https://godoc.org/github.com/acoshift/panicretry)Retry panic middleware in Go