markbates / pkger

Embed static files in Go binaries (replacement for gobuffalo/packr)
MIT License
1.19k stars 60 forks source link

Make the list subcommand read-only #122

Closed belak closed 9 months ago

belak commented 4 years ago

I was using pkger list for debugging and found that it removed the pkged.go file on each run. I feel like this may have been left in for debugging as it doesn't make a ton of sense for the list command to modify files.