command
module
Version:
v0.0.0-...-42703f5
Opens a new window with list of versions in this module.
Published: Feb 20, 2020
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
base32
Golang base32 tool
Installation
go install github.com/rybus/base32
add ~/go/bin
to your $PATH
.
Usage
echo "foo" | base32
MZXW6===
echo "MZXW6===" | base32 --decode
"foo"
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.