kubo/assets/README.md
2015-03-31 14:16:55 -07:00

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
```