Go String Fundamentals

# Introduction In the previous lesson, we learned that characters in Go are encoded using UTF-8 and stored as either the `byte` or `rune` types. Now, let's talk about string, which is a collection of characters. Let's learn about it together. **Knowledge Points:** - What is a string - Creating a string - Declaring a string - Common string functions

|60 : 00

Click the virtual machine below to start practicing