Go Walkthrough: bytes + strings

1 · · Aug. 8, 2016, 6 a.m.
In the previous post we covered byte streams but sometimes we need to work with bounded, in-memory byte slices instead. While working with a list of bytes seems simple enough, there are a lot of edge cases and common operations that make using the bytes package worthwhile. We’re...