Registry / utility / ipfs-go-unixfs

ipfs-go-unixfs

JSON →
library0.4.6gogounverified

Package unixfs implements a data format for files in the IPFS filesystem.

go get github.com/ipfs/go-unixfs
INSTALL
IMPORT
SIG · IPFS-GO-UNIXFS
I
ipfs-go-unixfs
utilitygov0.4.6
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.

unixfs
github.com/ipfs/go-unixfs

Create an empty file node in the IPFS unixfs format.

package main import ( "fmt" "github.com/ipfs/go-unixfs" ) func main() { node, _ := unixfs.EmptyFileNode() fmt.Println(node) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
ipfs-go-unixfs — go get ipfs-go-unixfs · libregistry