kubo/assets
Juan Batiz-Benet 140cd1fd1b remove debugerrors
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.
2015-04-20 00:35:35 -07:00
..
init-doc Correct port in quick-start examples 2015-04-06 12:39:06 +10:00
about.go add about file to ipfs on init 2015-02-20 03:31:16 -08:00
assets.go add about file to ipfs on init 2015-02-20 03:31:16 -08:00
contact.go remove debugerrors 2015-04-20 00:35:35 -07:00
help.go remove debugerrors 2015-04-20 00:35:35 -07:00
quick-start.go remove debugerrors 2015-04-20 00:35:35 -07:00
readme.go remove debugerrors 2015-04-20 00:35:35 -07:00
README.md [DOC] Added README.md for generating assets 2015-03-31 14:16:55 -07:00
security-notes.go remove debugerrors 2015-04-20 00:35:35 -07:00

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