kubo/assets
Steven Allen 3883dfe450 assets: move away from gx
1. Use a submodule for dir-index-html. This isn't a go dependency and treating
   it like one is more trouble than it's worth. We don't actually need to
   checkout the submodule unless we need to regenerate the assets.
2. Avoid a runtime dependency on dir-index-html (may shave a few bytes off the
   final binary?).
3. Remove unused code.
4. Avoid bundling unused files.
5. Switch to a maintained version of go-bindata.
6. Use go mod to manage go-bindata.
2019-06-11 15:36:47 -07:00
..
dir-index-html@a2330df840 assets: move away from gx 2019-06-11 15:36:47 -07:00
init-doc Removed tour command and fix test 2017-08-09 10:14:57 -04:00
assets_test.go assets: move away from gx 2019-06-11 15:36:47 -07:00
assets.go assets: move away from gx 2019-06-11 15:36:47 -07:00
bindata_dep.go assets: move away from gx 2019-06-11 15:36:47 -07:00
bindata.go assets: move away from gx 2019-06-11 15:36:47 -07:00
README.md assets: move away from gx 2019-06-11 15:36:47 -07:00

Assets loaded in with IPFS

Generating docs

Do not edit the .go files directly.

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

go generate .