docs
parent
711b415c61
commit
06edca9192
|
@ -1,5 +1,8 @@
|
||||||
package buffers
|
package buffers
|
||||||
|
|
||||||
|
// Writer provides an io.Writer interface to a byte array, and byte slice.
|
||||||
|
//
|
||||||
|
// This is something that should probably exist in the Go built-in "bytes" library, but doesn't.
|
||||||
type Writer struct {
|
type Writer struct {
|
||||||
dst []byte
|
dst []byte
|
||||||
index int
|
index int
|
||||||
|
|
Loading…
Reference in New Issue