From 510c9f02fd5524f0281c4d59a22ee324a4e4b2ea Mon Sep 17 00:00:00 2001 From: jolestar Date: Thu, 21 Jan 2016 00:55:37 +0800 Subject: [PATCH] add go-commons-pool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b3f4d9ca..929586df 100644 --- a/README.md +++ b/README.md @@ -539,6 +539,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [browscap_go](https://github.com/digitalcrab/browscap_go) - GoLang Library for [Browser Capabilities Project](http://browscap.org/). * [datacounter](https://github.com/miolini/datacounter) - Go counters for readers/writer/http.ResponseWriter. * [go-chat-bot](https://github.com/go-chat-bot/bot) - IRC, Slack & Telegram bot written in Go. +* [go-commons-pool](https://github.com/jolestar/go-commons-pool) - A generic object pool for Golang. * [go-multierror](https://github.com/hashicorp/go-multierror) - A Go (golang) package for representing a list of errors as a single error. * [go-shortid](https://github.com/ventu-io/go-shortid) - Distributed generation of super short, unique, non-sequential, URL friendly IDs. * [gopsutil](https://github.com/shirou/gopsutil) - A cross-platform library for retrieving process and system utilization(CPU, Memory, Disks, etc).