1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-01 10:49:24 +08:00

core/core: Refer back to the main go-ipfs docs

So folks looking in core can figure out how it fits into the
repository as a whole.
This commit is contained in:
W. Trevor King
2015-05-02 08:17:13 -07:00
parent 6fd877deaa
commit 81572ec236

View File

@ -2,7 +2,10 @@
Package core implements the IpfsNode object and related methods.
Packages underneath core/ provide a (relatively) stable, low-level API
to carry out most IPFS-related tasks.
to carry out most IPFS-related tasks. For more details on the other
interfaces and how core/... fits into the bigger IPFS picture, see:
$ godoc github.com/ipfs/go-ipfs
*/
package core