Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add CI and coverage Badges
  • Loading branch information
deankarn committed Nov 5, 2015
1 parent 9a3045b commit 7a88e51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Library pool
============

[![Build Status](https://semaphoreci.com/api/v1/projects/a85ae32e-f437-40f1-9652-2525ec282658/593594/badge.svg)](https://semaphoreci.com/joeybloggs/pool)
[![Coverage Status](https://coveralls.io/repos/go-playground/pool/badge.svg?branch=v1&service=github)](https://coveralls.io/github/go-playground/pool?branch=v1)
[![GoDoc](https://godoc.org/gopkg.in/go-playground/pool.v1?status.svg)](https://godoc.org/gopkg.in/go-playground/pool.v1)

Library pool implements a consumer goroutine pool for easier goroutine handling.
Expand Down Expand Up @@ -181,4 +183,4 @@ v1 and v1-development branch however, there will also be a v2-development branch

License
------
Distributed under MIT License, please see license file in code for more details.
Distributed under MIT License, please see license file in code for more details.

0 comments on commit 7a88e51

Please sign in to comment.