markbates / pkger

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

Why should I use this library instead of the native embed functionality? #152

Open JonasDoe opened 2 years ago

JonasDoe commented 2 years ago

Maybe it would be nice if the readme featured some kind of comparison between the native embed and wrapping pkger. After skimming over the description it feels more or less like using embed.FS. Edit: Just to clarify, I don't mean to disrespect the work you're doing here. I just would love to see some of the project's core features to make a decision whether it makes sense for me to add another 3rd party library or not.