Registry / serialization / whyrusleeping-base32

whyrusleeping-base32

JSON →
library0.0.0-20170828182744-c30ac30633ccgogounverified

A Go library for encoding and decoding data in base32 format.

go get github.com/whyrusleeping/base32
INSTALL
IMPORT
SIG · WHYRUSLEEPING-BASE
W
whyrusleeping-base32
serializationgov0.0.0-20170828182744-c30ac30633cc
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/whyrusleeping/base32

Encodes a string to base32.

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

No known issues recorded.

Upgrade
Version history
0.0.0-20170828182744-c30ac30633cclatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
whyrusleeping-base32 — go get whyrusleeping-base32 · libregistry