Closed BrenekH closed 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.
//go:embed
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.