1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-30 09:59:13 +08:00

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.
This commit is contained in:
W. Trevor King
2015-05-02 08:35:34 -07:00
parent 95ccdca9ec
commit e02fc1ec6b

View File

@ -1,3 +1,7 @@
/*
Package corehttp provides utilities for the webui, gateways, and other
high-level HTTP interfaces to IPFS.
*/
package corehttp
import (