On 2020-08-13 14:16, Brian Candler wrote:
>
> If you want a mutable string, look at []byte instead, and read the excellent
> intro to slices at
https://blog.golang.org/slices
>
Also worth remembering that unicode strings aren't necessarily bytes, so
requiring verbose action for byte access, instead of using the strings package,
isn't really a bad thing.