Remove pools_nopool.go & build tag from pools.go

Fix #11576

Signed-off-by: Gleb Shepelev <shepelyov.g@gmail.com>
This commit is contained in:
WiseTrem 2015-04-09 23:26:36 +03:00
parent b4cd20a3ad
commit fb7d4d784e
2 changed files with 0 additions and 75 deletions

View file

@ -1,5 +1,3 @@
// +build go1.3
// Package pools provides a collection of pools which provide various
// data types with buffers. These can be used to lower the number of
// memory allocations and reuse buffers.