February 2018
Intermediate to advanced
340 pages
9h 43m
English
The code example shows the most commonly used options for integers and floating-point numbers.
Besides the basic formatting, there are also rules in formatting that are related to the local manners. With formatting, according to the locale, the package golang.org/x/text/message could help. See the second code example in this recipe. This way, it is possible to localize the number formatting.
Read now
Unlock full access