Skip to content

Commit

Permalink
Update README.md (#905)
Browse files Browse the repository at this point in the history
  • Loading branch information
pelenium committed Dec 28, 2023
1 parent d0453f8 commit f6216d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ For direct deflate use, NewStatelessWriter and StatelessDeflate are available. S

A `bufio.Writer` can of course be used to control write sizes. For example, to use a 4KB buffer:

```
```go
// replace 'ioutil.Discard' with your output.
gzw, err := gzip.NewWriterLevel(ioutil.Discard, gzip.StatelessCompression)
if err != nil {
Expand Down

0 comments on commit f6216d3

Please sign in to comment.