Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0605a83 commit 96e34ecCopy full SHA for 96e34ec
message/doc.go
@@ -17,7 +17,7 @@
17
// p.Printf("%d ducks in a row", 4331) // Prints 4,331 ducks in a row
18
//
19
// p := message.NewPrinter(message.MatchLanguage("nl"))
20
-// p.Println("Hoogte: %f meter", 1244.9) // Prints Hoogte: 1.244,9 meter
+// p.Printf("Hoogte: %.1f meter", 1244.9) // Prints Hoogte: 1,244.9 meter
21
22
// p := message.NewPrinter(message.MatchLanguage("bn"))
23
// p.Println(123456.78) // Prints ১,২৩,৪৫৬.৭৮
0 commit comments