diff --git a/content.go b/content.go index 3279085..3468d59 100644 --- a/content.go +++ b/content.go @@ -100,11 +100,12 @@ func (receiver *Content) Closed() bool { return receiver.closed } -// Read makes strfs.Content fit the io.Reader interface. -// + // Read reads up to len(p) bytes into 'p'. // Read returns the number of bytes actually read, and any errors it encountered. // +// Read makes strfs.Content fit the io.Reader interface. +// // Example usage: // // var content strfs.Content = strfs.CreateContent("ABCDEFGHIJKLMNOPQRSTUVWXYZ")