Skip to content

Commit

Permalink
core/core: Explain that subpackages are our low-level API
Browse files Browse the repository at this point in the history
Discussion in [1].

[1]: ipfs#1158
  • Loading branch information
wking committed May 1, 2015
1 parent beb3bab commit d2a2830
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions core/core.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
// package core implements the IpfsNode object and methods for constructing
// and properly setting it up.
/*
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.
*/
package core

import (
Expand Down

0 comments on commit d2a2830

Please sign in to comment.