bufpool: Add package doc

This commit is contained in:
Bjørn Erik Pedersen 2016-04-10 01:34:15 +02:00
parent 4d34a98a28
commit 257dee5356
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// Package bufferpool provides a pool of bytes buffers.
package bufferpool
import (