mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-01 19:24:14 +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:
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
Package corehttp provides utilities for the webui, gateways, and other
|
||||||
|
high-level HTTP interfaces to IPFS.
|
||||||
|
*/
|
||||||
package corehttp
|
package corehttp
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Reference in New Issue
Block a user