From 81572ec236fdfe38729e4e4734c91ea90f060bcf Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 2 May 2015 08:17:13 -0700 Subject: [PATCH] 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. --- core/core.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/core.go b/core/core.go index e83da8e9e..877ffe9c0 100644 --- a/core/core.go +++ b/core/core.go @@ -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