mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-22 10:57:42 +08:00
11 lines
411 B
Markdown
11 lines
411 B
Markdown
# ipfs implementation in go.
|
|
|
|
See: https://github.com/jbenet/ipfs
|
|
|
|
Please put all issues regarding IPFS _design_ in the
|
|
[ipfs repo issues](https://github.com/jbenet/ipfs/issues).
|
|
|
|
Please put all issues regarding go IPFS _implementation_ in [this repo](https://github.com/jbenet/go-ipfs/issues).
|
|
|
|
The [node implementation](https://github.com/jbenet/node-ipfs) is much farther along. This one is just a skeleton.
|