Registry / utility / martinlindhe-base36

martinlindhe-base36

JSON →
library1.1.1gogounverified

Package base36 provides encoding and decoding of base36 numbers.

go get github.com/martinlindhe/base36
INSTALL
IMPORT
SIG · MARTINLINDHE-BASE3
M
martinlindhe-base36
utilitygov1.1.1
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.

base36
github.com/martinlindhe/base36

Encodes an integer to base36 string.

package main import ( "fmt" "github.com/martinlindhe/base36" ) func main() { encoded := base36.Encode(123456789) fmt.Println(encoded) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
1 hits · last 30 days
Meta
1
Resources
martinlindhe-base36 — go get martinlindhe-base36 · libregistry