core/commands/commands: Add a package comment
W. Trevor King committed
May 2, 2015 at 08:21 UTC
95ccdca9ec35db370653c48044ce18490759159e
1 file changed
+7
core/commands/commands.go
+7
@@ -1,3 +1,10 @@
1
+/*
2
+Package commands implements the IPFS command interface
3
+
4
+Using github.com/ipfs/go-ipfs/commands to define the command line and
5
+HTTP APIs. This is the interface available to folks consuming IPFS
6
+from outside of the Go language.
7
+*/
8
package commands
9
10
import (