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:
@ -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 (
|
||||
|
Reference in New Issue
Block a user