From 8951c4da71c370088e522a790f1febc811e994a6 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Wed, 17 Aug 2016 10:05:53 +0000 Subject: [PATCH] comment --- common/alloc/buffer.go | 1 + 1 file changed, 1 insertion(+) diff --git a/common/alloc/buffer.go b/common/alloc/buffer.go index ee37fa02e..396d4b38f 100644 --- a/common/alloc/buffer.go +++ b/common/alloc/buffer.go @@ -52,6 +52,7 @@ func (b *Buffer) Clear() *Buffer { return b } +// Reset resets this Buffer into its original state. func (b *Buffer) Reset() *Buffer { b.offset = defaultOffset b.Value = b.head