package
0.0.0-20190101045657-ce948763b909
Repository: https://github.com/ether1project/go-ipfs.git
Documentation: pkg.go.dev

# README

Assets loaded in with IPFS

Generating docs

Do not edit the .go files directly.

Instead, edit the source files and use go generate from within the assets directory:

go get -u github.com/jteeuwen/go-bindata/...
go generate

# Functions

Asset loads and returns the asset for the given name.
AssetDir returns the file names below a certain directory embedded in the file by go-bindata.
AssetInfo loads and returns the asset info for the given name.
AssetNames returns the names of the assets.
MustAsset is like Asset but panics when Asset would return an error.
RestoreAsset restores an asset under the given directory.
RestoreAssets restores an asset under the given directory recursively.
No description provided by the author
SeedInitDocs adds the list of embedded init documentation to the passed node, pins it and returns the root key.