Go Standard Library Cookbook
上QQ阅读APP看书,第一时间看更新

Introduction

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.