From b78a69e561dffa3d367df122bcb5e6657c76cc80 Mon Sep 17 00:00:00 2001 From: Enrique Bris Date: Tue, 16 Oct 2018 19:57:54 -0400 Subject: [PATCH] [pool] - readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1edf2f8..0893ec7 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -[![godoc reference](https://img.shields.io/badge/godoc-reference-blue.svg)](https://godoc.org/github.com/enriquebris/goworkerpool) ![version](https://img.shields.io/badge/version-v0.7.2-yellowgreen.svg?style=flat "goworkerpool v0.7.2") [![Go Report Card](https://goreportcard.com/badge/github.com/enriquebris/goworkerpool)](https://goreportcard.com/report/github.com/enriquebris/goworkerpool) [![Build Status](https://travis-ci.org/enriquebris/goworkerpool.svg?branch=master)](https://travis-ci.org/enriquebris/goworkerpool) +[![godoc reference](https://img.shields.io/badge/godoc-reference-blue.svg)](https://godoc.org/github.com/enriquebris/goworkerpool) ![version](https://img.shields.io/badge/version-v0.7.3-yellowgreen.svg?style=flat "goworkerpool v0.7.3") [![Go Report Card](https://goreportcard.com/badge/github.com/enriquebris/goworkerpool)](https://goreportcard.com/report/github.com/enriquebris/goworkerpool) [![Build Status](https://travis-ci.org/enriquebris/goworkerpool.svg?branch=master)](https://travis-ci.org/enriquebris/goworkerpool) # goworkerpool - Pool of workers Pool of concurrent workers with the ability to increment / decrement / pause / resume workers on demand.