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.
W. Trevor King committed
May 2, 2015 at 08:35 UTC
e02fc1ec6b351bae94df63ffc8280d9319abc0ca
1 file changed
+4
core/corehttp/corehttp.go
+4
@@ -1,3 +1,7 @@
1
+/*
2
+Package corehttp provides utilities for the webui, gateways, and other
3
+high-level HTTP interfaces to IPFS.
4
+*/
5
package corehttp
6
7
import (