README ¶ nuu The num command displays the argument given in binary, octal, decimal or hexadecimal number in each base. Synopsis $ num 0xff bin: 0b11111111 oct: 0o377 dec: 255 hex: 0xff $ num 255 bin: 0b11111111 oct: 0o377 dec: 255 hex: 0xff $ num 0b11111111 bin: 0b11111111 oct: 0o377 dec: 255 hex: 0xff Description Installation % go get github.com/Songmu/num Author Songmu Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Run(argv []string, outStream, errStream io.Writer) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Run ¶ func Run(argv []string, outStream, errStream io.Writer) error Run the num Types ¶ This section is empty. Source Files ¶ View all Source files num.goversion.go Directories ¶ Show internal Expand all Path Synopsis cmd num command Click to show internal directories. Click to hide internal directories.