Puzzle 20 Explanation: Go Rune
Understand more about Unicode in Go.
We'll cover the following...
We'll cover the following...
Try it yourself
Try executing the code below to see the result.
Explanation
Go strings are UTF-8 encoded. Go will access the underlying []byte when we access a string with ...