From 53da64bcd82f5089218fda9e32b9c9525bb157e3 Mon Sep 17 00:00:00 2001 From: Mikael Rapp Date: Tue, 29 Oct 2019 15:15:12 +0100 Subject: [PATCH] Add go-reports cards --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index de5d347..c4f1229 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ # SVC - Worker life-cycle manager +[![Go Report Card](https://goreportcard.com/badge/github.com/voi-go/svc?style=flat-square)](https://goreportcard.com/report/github.com/voi-go/svc) +[![Go Doc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](http://godoc.org/github.com/voi-go/svc) + SVC is a framework that creates a long-running service process, managing the live-cycle of workers. It comes with "batteries-included" for convenience and uniformity across services.