1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-10-13 01:37:02 +08:00

core/commands/commands: Add a package comment

This commit is contained in:
W. Trevor King
2015-05-02 08:21:47 -07:00
parent 81572ec236
commit 95ccdca9ec

View File

@ -1,3 +1,10 @@
/*
Package commands implements the IPFS command interface
Using github.com/ipfs/go-ipfs/commands to define the command line and
HTTP APIs. This is the interface available to folks consuming IPFS
from outside of the Go language.
*/
package commands
import (