mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-06 19:44:01 +08:00

This removes the delegation to the function and requires all callers that used the `asset.Asset` func to access to asset via the `embed.FS`
Assets loaded in with IPFS
This directory contains the go-ipfs assets:
- Getting started documentation (
init-doc
). - Directory listing HTML template (
dir-index-html
).
Re-generating
Edit the source files and use go generate
from within the
assets directory:
go generate .