Strings and Runes

# Introduction This lab focuses on Go strings and runes. In Go, strings are read-only slices of bytes, and runes are integers that represent Unicode code points. This lab will explore how to work with strings and runes in Go.

|60 : 00

Click the virtual machine below to start practicing