Darien Raymond %!s(int64=9) %!d(string=hai) anos
pai
achega
8951c4da71
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      common/alloc/buffer.go

+ 1 - 0
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