Commit Graph

9 Commits

Author SHA1 Message Date
Henrique Dias
8d3b3154c9
refactor: use gateway from go-libipfs (#9588) 2023-01-31 11:02:31 +01:00
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
longfeiW
87fb60b278 Update go generate command and edit readme accordingly 2021-11-23 20:32:39 +01:00
Kevin Neaton
9e95a82a05 chore: update dir-index-html to v1.1.0 2020-08-19 20:31:23 -04:00
Jessica Schilling
7e769f4f81 add go mod tidy to readme directions 2020-05-05 12:00:54 -06:00
Steven Allen
e09b65cb5a docs: document dir-index-html 2020-04-21 15:27:08 -07:00
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
Henry
5fbf1e7416 assets: switch to go-bindata
License: MIT
Signed-off-by: Henry <cryptix@riseup.net>
2015-07-03 09:52:08 +02:00
Ho-Sheng Hsiao
1984274b54 [DOC] Added README.md for generating assets 2015-03-31 14:16:55 -07:00