mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-23 19:37:46 +08:00
core/commands/commands: Add a package comment
This commit is contained in:
parent
81572ec236
commit
95ccdca9ec
@ -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 (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user