Commit 81572ec2 authored by W. Trevor King's avatar W. Trevor King

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.
parent 6fd877de
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment