Registry / serialization / lytics-base62

lytics-base62

JSON →
library0.0.0-20180808010106-0ee4de5a5d6dgogounverified

Package base62 implements base62 encoding for binary data.

go get github.com/lytics/base62
INSTALL
IMPORT
SIG · LYTICS-BASE62
L
lytics-base62
serializationgov0.0.0-20180808010106-0ee4de5a5d6d
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

base62
github.com/lytics/base62

Encode a byte slice to base62

package main import ( "fmt" "github.com/lytics/base62" ) func main() { encoded := base62.Encode([]byte("hello")) fmt.Println(encoded) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20180808010106-0ee4de5a5d6dlatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
lytics-base62 — go get lytics-base62 · libregistry