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.

-- 
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/29ef10a4-986b-2f4e-e733-ee5b151aca3e%40gmail.com.

Reply via email to