Registry / serialization / multiformats-go-base32

multiformats-go-base32

JSON →
library0.1.0gogounverified

Package base32 implements base32 encoding as specified by RFC 4648.

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

base32
github.com/multiformats/go-base32

Encode a string to base32

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
Resources
multiformats-go-base32 — go get multiformats-go-base32 · libregistry