package
Version:
v0.0.0
Opens a new window with list of versions in this module.
Published: Sep 23, 2018
License: Unlicense, Unlicense
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var Codings = []string{"string", "golang", "octal", "decimal", "hex", "base32", "base58check", "base64"}
Codings are the types of encoding schemes available
Decode takes a byte slice and encodes it to a string with the prescribed format or if empty or not in the list, defaults to string
Encode takes a byte slice and encodes it to a string with the prescribed format or if empty or not in the list, defaults to string
Coding is an interface for encoding raw bytes in various base number formats
Source Files
¶
Click to show internal directories.
Click to hide internal directories.