Character Types in Golang

# Introduction In the previous section, we discussed commonly used numeric types. In this section, we will learn about character types in Go. **Knowledge Points:** - ASCII Encoding - UTF-8 Encoding - Unicode Character Set - `byte` - `rune`

|
60 : 00

Click the virtual machine below to start practicing