Registry / crypto / ipfs-go-cid

ipfs-go-cid

JSON →
library0.6.1gogounverified

Go implementation of the Content-IDentifiers (CID) specification used in IPFS.

go get github.com/ipfs/go-cid
INSTALL
IMPORT
SIG · IPFS-GO-CID
I
ipfs-go-cid
cryptogov0.6.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.

cid
github.com/ipfs/go-cid

Decode and print a CID string.

package main import ( "fmt" "github.com/ipfs/go-cid" ) func main() { c, _ := cid.Decode("QmXg9Pp2ytZ14CMmQJFtR3H1Fz3j8z1Fz3j8z1Fz3j8z1Fz") fmt.Println(c.String()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
ipfs-go-cid — go get ipfs-go-cid · libregistry