kubo/assets
Franky W 9210c08fa6 Remove gobindata
Since go1.16, there are built in tools that allow for embeding
filesystem inside the binary. We now make use of the `embed` package to
have all files put into the binary, removing the need to generate the
files and removes dependencies

Co-authored-by: Jorropo <jorropo.pgm@gmail.com>
2022-04-12 02:36:19 +02: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.go Remove gobindata 2022-04-12 02:36:19 +02:00
README.md Remove gobindata 2022-04-12 02:36:19 +02: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).

Re-generating

Edit the source files and use go generate from within the assets directory:

go generate .