spf13 / afero

A FileSystem Abstraction System for Go
Apache License 2.0
5.98k stars 514 forks source link

execute in memory file? #220

Open pjstam opened 5 years ago

pjstam commented 5 years ago

Hello, Is it possible to execute a file loaded in NewMemMapFs() ? Would be great to execute a file embedded with packr and execute it from memory. Gr, Peter

peterwillcn commented 3 years ago

https://github.com/spf13/afero/issues/290