BrenekH / encodarr

Self-hosted web app for encoding files to a target format using distributed computing.
Mozilla Public License 2.0
63 stars 6 forks source link

Embed webfiles using Go 1.16 //go:embed directive #34

Closed BrenekH closed 3 years ago

BrenekH commented 3 years ago

Go version 1.16 adds the ability to embed files into the final executable using the //go:embed directive. This is a fantastic option for the web interface resources so that they don't need to be extracted with an installer.