mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 18:37:45 +08:00
| .. | ||
| dir-index-html | ||
| init-doc | ||
| assets_test.go | ||
| assets.go | ||
| bindata_dep.go | ||
| bindata_version_hash.go | ||
| bindata.go | ||
| README.md | ||
Assets loaded in with IPFS
This directory contains the go-ipfs assets:
- Getting started documentation (
init-doc). - Directory listing HTML template (
dir-index-html).
These assets are compiled into bindata.go with go generate.
Re-generating
Do not edit the .go files directly.
Instead, edit the source files and use go generate from within the
assets directory:
go generate .