Adds static www content to binary

This commit is contained in:
Alexey Khit
2022-08-19 16:55:50 +03:00
parent 3e1f4a0110
commit f879663f55
5 changed files with 34 additions and 23 deletions
+6
View File
@@ -0,0 +1,6 @@
package www
import "embed"
//go:embed *.html
var Static embed.FS