master
Charles Iliya Krempeaux 2019-09-05 18:31:11 -07:00
parent a0deb620dd
commit 2200524498
1 changed files with 4 additions and 0 deletions

4
doc.go
View File

@ -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"
// ...