mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-25 12:27:43 +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.
10 lines
231 B
Go
10 lines
231 B
Go
package assets
|
|
|
|
var Init_doc_contact = `Come hang out in our IRC chat room if you have any questions.
|
|
|
|
Contact the ipfs dev team:
|
|
- Bugs: https://github.com/ipfs/go-ipfs/issues
|
|
- Help: irc.freenode.org/#ipfs
|
|
- Email: dev@ipfs.io
|
|
`
|