Operations on strings and string-based data are common tasks in a developer's life. This chapter covers how to handle these using the Go standard library. It is no surprise that with the standard library it is possible to do a great deal.
Check whether Go is properly installed. The Getting ready section from the Retrieving the Golang version recipe of Chapter 1, Interacting with the Environment, will help you.