package
0.0.0-20241220052035-5f3527097daa
Repository: https://github.com/hovanhoa/go-url-shortener.git
Documentation: pkg.go.dev

# Functions

Decode attempts to convert a base 62 string back into an integer.
Encode converts the given integer into a base 62 string.
New returns a new Factory with the given variant of characters.

# Constants

Base62 represents the base62 const.

# Variables

DefaultChars character set, [A-Za-z0-9].

# Structs

Factory allows the creation of new base62 encoder/decoder with different variant of characters.