mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-23 03:17:43 +08:00
14 lines
240 B
Markdown
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
|
|
```
|