pull/2034/head
Darien Raymond 2016-08-17 10:05:53 +00:00
parent 99821dc2fb
commit 8951c4da71
1 changed files with 1 additions and 0 deletions

View File

@ -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