You now understand how Go handles strings. You can manipulate text, convert between types, and work with Unicode correctly.
In the next section, you'll learn about maps. Maps let you store key-value pairs for fast lookups. They're one of Go's most useful built-in data structures.