Skip to content

Commit

Permalink
fix read buffer size in sample
Browse files Browse the repository at this point in the history
  • Loading branch information
marctrem committed Sep 6, 2024
1 parent d931f77 commit 3857dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## LineReader
### Usage
```go
lr := NewLineReader(reader, 4098 /* blockSize */)
lr := NewLineReader(reader, 4096 /* blockSize */)
line := [12288]byte{}

var err error
Expand Down

0 comments on commit 3857dc3

Please sign in to comment.