- Go Standard Library Cookbook
- Radomír Sohlich
- 67字
- 2025-04-04 17:22:44
Introduction
The numbers are generally the inevitable part of each application—printing the formatted numbers, converting base representations, and so on. This chapter presents a lot of operations that you can commonly deal with.
Check if Go is properly installed. The Getting ready section from the Retrieving Golang version recipe of Chapter 1 , Interacting With Environment, will help you.