From 95ccdca9ec35db370653c48044ce18490759159e Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 2 May 2015 08:21:47 -0700 Subject: [PATCH] core/commands/commands: Add a package comment --- core/commands/commands.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/core/commands/commands.go b/core/commands/commands.go index 8b7080493..1d65cdbad 100644 --- a/core/commands/commands.go +++ b/core/commands/commands.go @@ -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 (