num

package module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 3, 2019 License: MIT Imports: 6 Imported by: 0

README

nuu

Build Status Coverage Status MIT License GoDoc

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

Documentation

Index

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.

Directories

Path Synopsis
cmd
num command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL