Chapter 5: Working with Strings
String is an important data type in programming languages in general, and in Golang there is a specific Go package called strings which offers a bunch of functions to work with and manipulate strings.
Updated on Feb 2, 2026