mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-01 14:28:02 +08:00
14 lines
229 B
Markdown
14 lines
229 B
Markdown
# Assets loaded in with IPFS
|
|
|
|
## Generating docs
|
|
|
|
Do not edit the .go files directly.
|
|
|
|
Instead, edit the source files and use `go2doc` from within the
|
|
assets directory:
|
|
|
|
```
|
|
go get github.com/whyrusleeping/doc2go
|
|
go generate
|
|
```
|