Explorar el Código

Create frontend.go

0xJacky hace 3 años
padre
commit
8a681131a9
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      frontend/frontend.go

+ 8 - 0
frontend/frontend.go

@@ -0,0 +1,8 @@
+package frontend
+
+import (
+	"embed"
+)
+
+//go:embed dist
+var DistFS embed.FS