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:
@ -1,3 +1,7 @@
|
||||
/*
|
||||
Package corehttp provides utilities for the webui, gateways, and other
|
||||
high-level HTTP interfaces to IPFS.
|
||||
*/
|
||||
package corehttp
|
||||
|
||||
import (
|
||||
|
Reference in New Issue
Block a user