Search⌘ K
AI Features

Puzzle 20 Explanation: Go Rune

Explore the concept of runes in Go, understanding how strings are UTF-8 encoded and accessed at the byte level. Learn to iterate over strings to retrieve Unicode characters as runes, and see how different formatting verbs display runes. This lesson helps you grasp the numeric and character representations of runes and how to write rune literals effectively in Go.

We'll cover the following...

Try it yourself

Try executing the code below to see ...