An open API service indexing awesome lists of open source software.

https://github.com/mylxsw/graceful

Graceful is a Go library for graceful shutdown and reload
https://github.com/mylxsw/graceful

golang graceful reload shutdown

Last synced: 8 months ago
JSON representation

Graceful is a Go library for graceful shutdown and reload

Awesome Lists containing this project

README

          

# Graceful

[![Build Status](https://www.travis-ci.org/mylxsw/graceful.svg?branch=master)](https://www.travis-ci.org/mylxsw/graceful)
[![Coverage Status](https://coveralls.io/repos/github/mylxsw/graceful/badge.svg?branch=master)](https://coveralls.io/github/mylxsw/graceful?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/mylxsw/graceful)](https://goreportcard.com/report/github.com/mylxsw/graceful)
[![codecov](https://codecov.io/gh/mylxsw/graceful/branch/master/graph/badge.svg)](https://codecov.io/gh/mylxsw/graceful)
[![Sourcegraph](https://sourcegraph.com/github.com/mylxsw/graceful/-/badge.svg)](https://sourcegraph.com/github.com/mylxsw/graceful?badge)
[![GitHub](https://img.shields.io/github/license/mylxsw/graceful.svg)](https://github.com/mylxsw/graceful)

Graceful is a Go library for graceful shutdown and reload