markbates / pkger

Embed static files in Go binaries (replacement for gobuffalo/packr)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Persistent write

nodauf opened this issue · comments

I have tried to play with the examples scripts. And after my tests it appears that the modification made during the execution flow isn't persistent to the next start of the program.

Maybe I did something wrong or is it possible to do a modification (for example create or delete a file) which will be persistent on the next start of the program ?