Categorygithub.com/codeallergy/base62
modulepackage
1.1.0
Repository: https://github.com/codeallergy/base62.git
Documentation: pkg.go.dev

# README

base62

Encoding and Decoding from Base62 for byte arrays

str := base62.StdEncoding.EncodeToString(binary)
binary := base62.StdEncoding.DecodeString(str)

# Packages

No description provided by the author
No description provided by the author

# Functions

New creates a new base62 encoding.

# Variables

No description provided by the author

# Structs

No description provided by the author