Registry / serialization / mattheath-base62

mattheath-base62

JSON →
library0.0.0-20150408093626-b80cdc656a7agogounverified

Package base62 implements base62 encoding for Go.

go get github.com/mattheath/base62
INSTALL
IMPORT
SIG · MATTHEATH-BASE62
M
mattheath-base62
serializationgov0.0.0-20150408093626-b80cdc656a7a
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/mattheath/base62

Encode an integer to base62 string

package main import ( "fmt" "github.com/mattheath/base62" ) func main() { encoded := base62.Encode(12345) fmt.Println(encoded) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20150408093626-b80cdc656a7alatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
mattheath-base62 — go get mattheath-base62 · libregistry