- Go Standard Library Cookbook
- Radomír Sohlich
- 38字
- 2021-06-24 18:56:40
Converting between binary, octal, decimal, and hexadecimal
In some cases, the integer values can be represented by other than decimal representations. The conversion between these representations is easily done with the use of the strconv package.