@cryptotaxi247 / kubo / commits / d2a28300a

core/core: Explain that subpackages are our low-level API

Discussion in [1]. [1]: https://github.com/ipfs/go-ipfs/issues/1158

W. Trevor King committed Apr 30, 2015 at 21:57 UTC d2a28300a29f458534afe7c08915d09b574c99f8
1 file changed +6 -2
core/core.go
+6 -2
@@ -1,5 +1,9 @@
1 -// package core implements the IpfsNode object and methods for constructing
2 -// and properly setting it up.
1 +/*
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.
6 +*/
7 package core
8
9 import (