On Tue, Jun 11, 2019 at 5:47 AM Siddhant Sharma
<sharmasiddhan...@gmail.com> wrote:
>
> Currently, the csv writer does not contain any option to increase the buffer 
> size to more than the default buffer size for bufio(4096). Does anybody know 
> why?

If you want a different buffer size, just call bufio.NewWriterSize on
your io.Writer before passing it to csv.NewWriter.  The right thing
will happen.

Ian

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAOyqgcVvVXzi%2BY60kt1XCg%3DoSbybBQiifu2%3DGxV0cuhyT9Jk8g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to