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

+ 1 - 0
common/alloc/buffer.go

@@ -9,6 +9,7 @@ const (
 	defaultOffset = 16
 )
 
+// A Writer that writes contents into the given buffer.
 type BytesWriter func([]byte) int
 
 // Buffer is a recyclable allocation of a byte array. Buffer.Release() recycles