Registry / serialization / multiformats-go-base36

multiformats-go-base36

JSON →
library0.2.0gogounverified

Package base36 provides a binary base36 codec.

go get github.com/multiformats/go-base36
INSTALL
IMPORT
SIG · MULTIFORMATS-GO-BA
M
multiformats-go-base36
serializationgov0.2.0
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/multiformats/go-base36

Encode a byte slice to a base36 string.

package main import ( "fmt" "github.com/multiformats/go-base36" ) func main() { encoded := base36.EncodeToString([]byte("hello")) fmt.Println(encoded) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
multiformats-go-base36 — go get multiformats-go-base36 · libregistry