Code clean up
This commit is contained in:
@@ -25,7 +25,7 @@ import (
|
||||
// Errors
|
||||
var (
|
||||
ErrReadUntilCompletedBufferFull = errors.New(
|
||||
"Cannot read more, not enough data buffer")
|
||||
"cannot read more, not enough data buffer")
|
||||
)
|
||||
|
||||
// LimitedReader reads only n bytes of data
|
||||
|
||||
Reference in New Issue
Block a user