From 2200524498fac631b44dc8c7b37f96192a87cf04 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Thu, 5 Sep 2019 18:31:11 -0700 Subject: [PATCH] docs --- doc.go | 4 ++++ 1 file changed, 4 insertions(+) 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" // ...