kinvolk/lokomotive

Move asset management to new built-in embed library

johananl opened this issue · 0 comments

Go 1.16 introduced a new library called embed which deals with native embedding of files into Go binaries. The new library is IMO simpler to use compared to the existing solution, vfsgen. In addition, it isn't clear what's going to happen with vfsgen following the introduction of embed.