I can write to a bytes.Buffer and then read from it, and that works fine. But I'd like to read the same buffer more than once, and all the methods for reading the buffer seem to be designed to prevent you from seeing the same bytes more than once. Why is that? It seems like it would be nice to have a Rewind() method to start reading the same bytes from the beginning, rather than having to awkwardly save another copy somewhere.- Brian
--
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.