Open stitchless opened 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
This is a good idea, I'll add it to my TODO and will think about it when I'll get some free time.
is any progress in this issue?
No, but feel free to submit a PR if you feel like it
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