kubo/assets/README.md
Henry 5fbf1e7416 assets: switch to go-bindata
License: MIT
Signed-off-by: Henry <cryptix@riseup.net>
2015-07-03 09:52:08 +02:00

14 lines
240 B
Markdown

# 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 get -u github.com/jteeuwen/go-bindata/...
go generate
```