diff --git a/doc.go b/doc.go index c6ced21..87619b0 100644 --- a/doc.go +++ b/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" // ...