number-extras

command
v0.0.15 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2020 License: MIT Imports: 4 Imported by: 0

README

= Number Format Extras Example
:source-highlighter: pygments
:pygments-style: monokai

CLI Example using the extra numeric format types included with Argonaut.

.Try With
[source, bash-session]
----
go run examples/number-extras/main.go \
  -xff \
  --hex=33 \
  -o377 \
  --octal=177 \
  -uffff:ffff \
  --uhex=3333:3333
----

.Expected Output
[source, json]
----
{
  "Hex": [
    255,
    51
  ],
  "UHex": {
    "3333": 13107,
    "ffff": 65535
  },
  "Octal": [
    255,
    127
  ]
}
----

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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