From b7663ec2a8b49dddf13561720cbeb54d4c4b6c0b Mon Sep 17 00:00:00 2001 From: Kaveh Mousavi Zamani Date: Wed, 27 Mar 2019 20:47:50 +0100 Subject: [PATCH] docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 732031a..ef14ad6 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Coverage Status](https://coveralls.io/repos/github/kavehmz/palmtree/badge.svg?branch=master)](https://coveralls.io/github/kavehmz/palmtree?branch=master) -Palm tree is a connection pool package for go. +Palm tree is a connection pool package for go which Closes the connections if it wants to discard them. Underneath it will keep the idle connection in channel buffer.