docs
parent
a0deb620dd
commit
2200524498
4
doc.go
4
doc.go
|
@ -1,6 +1,10 @@
|
|||
/*
|
||||
Package buffers provides tools for working with byte array, and byte slice buffers, for the Go programming language.
|
||||
|
||||
Example
|
||||
|
||||
Here is an example of buffers.Writer being used to provide a io.Writer interface to an byte array, and byte slice:
|
||||
|
||||
import "github.com/reiver/go-buffers"
|
||||
|
||||
// ...
|
||||
|
|
Loading…
Reference in New Issue