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

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.