command
Version:
v0.0.0-...-09cd71c
Opens a new window with list of versions in this module.
Published: Mar 3, 2022
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Comma prints its argument numbers with a comma at each power of 1000.
Example:
$ go build gopl.io/ch3/comma
$ ./comma 1 12 123 1234 1234567890
1
12
123
1,234
1,234,567,890
Source Files
¶
Click to show internal directories.
Click to hide internal directories.