go-bindata
go-bindata copied to clipboard
add "read from filesystem" mode?
In this mode we would ignore the in-memory assets and read assets from disk.
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.