go-bindata icon indicating copy to clipboard operation
go-bindata copied to clipboard

add "read from filesystem" mode?

Open kevinburke opened this issue 5 years ago • 1 comments

In this mode we would ignore the in-memory assets and read assets from disk.

kevinburke avatar May 28 '19 00:05 kevinburke

Further questions include whether to permit users to change the base directory and whether to cache assets after they have been read once. I think for the latter it makes sense to read every time otherwise you can build go-bindata ahead of time.

kevinburke avatar May 28 '19 00:05 kevinburke