A bridge between go-bindata and Afero, converts go-bindata embedded data into a Afero Memory FS.
fs := bindataafero.MustNewBindataFs(Asset, AssetInfo, AssetDir)
You can also write assets to an existing Afero FS, see fs_test.go
for details.
A bridge between go-bindata and Afero, converts go-bindata embedded data into a Afero Memory FS.
fs := bindataafero.MustNewBindataFs(Asset, AssetInfo, AssetDir)
You can also write assets to an existing Afero FS, see fs_test.go
for details.