Skip to content

Commit

Permalink
readme update for v0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevatkm committed Jan 27, 2017
1 parent a57b160 commit e1e241b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# pool - aah framework
[![Build Status](https://travis-ci.org/go-aah/pool.svg?branch=master)](https://travis-ci.org/go-aah/pool) [![codecov](https://codecov.io/gh/go-aah/pool/branch/master/graph/badge.svg)](https://codecov.io/gh/go-aah/pool/branch/master) [![Go Report Card](https://goreportcard.com/badge/aahframework.org/pool)](https://goreportcard.com/report/aahframework.org/pool) [![GoDoc](https://godoc.org/aahframework.org/pool?status.svg)](https://godoc.org/aahframework.org/pool) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

***v0.1 [released](https://github.com/go-aah/pool/releases/latest) and tagged on Jan 27, 2017***

Generic `interface{}` pool in the form of bounded channel.

*`pool` developed for aah framework. However, it's an independent library, can be used separately with any `Go` language project. Feel free to use it.*
Expand Down

0 comments on commit e1e241b

Please sign in to comment.