@cryptotaxi247 / kubo / commits / 81572ec23

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.

W. Trevor King committed May 2, 2015 at 08:17 UTC 81572ec236fdfe38729e4e4734c91ea90f060bcf
1 file changed +4 -1
core/core.go
+4 -1
@@ -2,7 +2,10 @@
2 Package core implements the IpfsNode object and related methods.
3
4 Packages underneath core/ provide a (relatively) stable, low-level API
5 -to carry out most IPFS-related tasks.
5 +to carry out most IPFS-related tasks. For more details on the other
6 +interfaces and how core/... fits into the bigger IPFS picture, see:
7 +
8 + $ godoc github.com/ipfs/go-ipfs
9 */
10 package core
11