proxy.golang.org : thebigman.ddns.net/ipfs/go-ipfs
IPFS is a global, versioned, peer-to-peer filesystem There are sub-packages within the ipfs package for various low-level utilities, which are in turn assembled into: core/...: shell/...: Then on top of the core/... and shell/... Go APIs, we have: cmd/...: test/...: To avoid cyclic imports, imports should never pull in higher-level APIs into a lower-level package. For example, you could import all of core and shell from cmd/... or test/..., but you couldn't import any of shell from core/....
Registry
- Homepage
- Documentation
- JSON
purl: pkg:golang/thebigman.ddns.net/ipfs/go-ipfs
License: MIT
Latest release: almost 4 years ago
First release: about 10 years ago
Namespace: thebigman.ddns.net/ipfs
Last synced: 5 days ago