asticode / go-astilectron-bundler

Bundle your Astilectron app with ease
MIT License
129 stars 68 forks source link

embed with go 1.16 #89

Open stitchless opened 3 years ago

stitchless commented 3 years ago

This is more of a new feature request.

As of Go 1.16 you have the capability to embed file within go https://golang.org/pkg/embed/

Is it possible to use this method as opposed to raw bytes within go files

asticode commented 3 years ago

This is a good idea, I'll add it to my TODO and will think about it when I'll get some free time.

ergoz commented 3 years ago

is any progress in this issue?

asticode commented 3 years ago

No, but feel free to submit a PR if you feel like it