base36

command
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

README

base36: Quickly convert to/from base36 values

For example: all numbers are stored at the noms level as base36-encoded strings, because noms' native integer support is atrocious and this compacts things fairly well.

If you want to get the noms' head's current height, cd into the noms dir, then:

$ noms show .::ndau.value.Height | base36
26267

The tool reads its value from its first argument if one is provided, or stdin otherwise. With the -E flag, it encodes base10 numbers to base36.

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