Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunBase32 ¶
func RunBase32(w io.Writer, args []string, opts BaseOptions) error
RunBase32 encodes or decodes base32 data
Types ¶
type BaseOptions ¶
type BaseOptions struct {
Decode bool // -d: decode data
Wrap int // -w: wrap encoded lines after N characters (0 = no wrap)
IgnoreGarbage bool // -i: ignore non-alphabet characters when decoding
}
BaseOptions configures the base encode/decode command behavior
Click to show internal directories.
Click to hide internal directories.