Archive of stories published by Go Walkthrough

Go Walkthrough: bytes + strings packages

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…

About
Go Walkthrough
A series of walkthroughs to help you understand the Go standard library better.
More information
Tags
Editors