mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-22 02:47:48 +08:00
We now consider debugerrors harmful: we've run into cases where debugerror.Wrap() hid valuable error information (err == io.EOF?). I've removed them from the main code, but left them in some tests. Go errors are lacking, but unfortunately, this isn't the solution. It is possible that debugerros.New or debugerrors.Errorf should remain still (i.e. only remove debugerrors.Wrap) but we don't use these errors often enough to keep. |
||
|---|---|---|
| .. | ||
| init-doc | ||
| about.go | ||
| assets.go | ||
| contact.go | ||
| help.go | ||
| quick-start.go | ||
| readme.go | ||
| README.md | ||
| security-notes.go | ||
Assets loaded in with IPFS
Generating docs
Do not edit the .go files directly.
Instead, edit the source files and use go2doc from within the
assets directory:
go get github.com/whyrusleeping/doc2go
go generate