$ go get github.com/noffle/fallback-ipfs-shell
import (
shell "github.com/noffle/fallback-ipfs-shell/shell"
)
Returns a Shell interface, preferring a local HTTP API node if it can find one, but falling back to producing a new ephemeral node that self-bootstraps.
Returns a Shell interface, explicitly connecting to a local HTTP API node if it can find one.
Returns a Shell interface, explicitly spawning a new IPFS node.