From e02fc1ec6b351bae94df63ffc8280d9319abc0ca Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 2 May 2015 08:35:34 -0700 Subject: [PATCH] core/corehttp/corehttp: Add a package comment I'm not entirely clear on the role that this package is filling, but this description seems like a reasonable guess based on a quick skim through it's exported API. --- core/corehttp/corehttp.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/corehttp/corehttp.go b/core/corehttp/corehttp.go index ff9bac704..e8852baaf 100644 --- a/core/corehttp/corehttp.go +++ b/core/corehttp/corehttp.go @@ -1,3 +1,7 @@ +/* +Package corehttp provides utilities for the webui, gateways, and other +high-level HTTP interfaces to IPFS. +*/ package corehttp import (