kubo/assets
2021-11-23 20:32:39 +01:00
..
dir-index-html chore: cleanup after merging dir-index-html 2021-11-23 20:32:39 +01:00
init-doc quick-start: fix typo 2020-04-06 03:15:45 +02:00
assets_test.go Fix typos (#8548) 2021-11-17 21:16:06 +01:00
assets.go Update go generate command and edit readme accordingly 2021-11-23 20:32:39 +01:00
bindata_dep.go chore(dep): update deps 2020-03-13 11:20:46 -07:00
bindata_version_hash.go chore: update dir-index-html to v1.2.2 2021-10-07 12:42:17 -04:00
bindata.go chore: update dir-index-html to v1.2.2 2021-10-07 12:42:17 -04:00
README.md Update go generate command and edit readme accordingly 2021-11-23 20:32:39 +01:00

Assets loaded in with IPFS

This directory contains the go-ipfs assets:

  • Getting started documentation (init-doc).
  • Directory listing HTML template (dir-index-html).

These assets are compiled into bindata.go with go generate.

Re-generating

Do not edit the .go files directly.

Instead, edit the source files and use go generate from within the assets directory:

go generate .