diff --git a/transfer_stream.go b/transfer_stream.go index b467470..6e294fb 100644 --- a/transfer_stream.go +++ b/transfer_stream.go @@ -129,9 +129,11 @@ func (r ReadStream) Close() error { // WriteStream is a buffer that will send data asynchronously, reducing // the latency between subsequent Write()s. +/* type WriteStream struct { s *stream } +*/ // Write sends the data to the endpoint. Write returning a nil error doesn't // mean that data was written to the device, only that it was written to the