/go-bindata-afero

A bridge between go-bindata and Afero.

Primary LanguageGoMIT LicenseMIT

go-bindata-afero

A bridge between go-bindata and Afero, converts go-bindata embedded data into a Afero Memory FS.

Usage

fs := bindataafero.MustNewBindataFs(Asset, AssetInfo, AssetDir)

You can also write assets to an existing Afero FS, see fs_test.go for details.