mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-23 11:27:42 +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.
30 lines
1.1 KiB
Go
30 lines
1.1 KiB
Go
package assets
|
|
|
|
var Init_doc_readme = `Hello and Welcome to IPFS!
|
|
|
|
██╗██████╗ ███████╗███████╗
|
|
██║██╔══██╗██╔════╝██╔════╝
|
|
██║██████╔╝█████╗ ███████╗
|
|
██║██╔═══╝ ██╔══╝ ╚════██║
|
|
██║██║ ██║ ███████║
|
|
╚═╝╚═╝ ╚═╝ ╚══════╝
|
|
|
|
If you're seeing this, you have successfully installed
|
|
IPFS and are now interfacing with the ipfs merkledag!
|
|
|
|
-------------------------------------------------------
|
|
| Warning: |
|
|
| This is alpha software. use at your own discretion! |
|
|
| Much is missing or lacking polish. There are bugs. |
|
|
| Not yet secure. Read the security notes for more. |
|
|
-------------------------------------------------------
|
|
|
|
Check out some of the other files in this directory:
|
|
|
|
./about
|
|
./help
|
|
./quick-start <-- usage examples
|
|
./readme <-- this file
|
|
./security-notes
|
|
`
|