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
Create the main.go file with the following content:
...
blog.cloudnativefolks.org2 min read