We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
0ct0pu5
/
nginx-ui
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Create frontend.go
0xJacky
hace 3 años
padre
2fff1f5181
commit
8a681131a9
Se han
modificado 1 ficheros
con
8 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
8
0
frontend/frontend.go
+ 8
- 0
frontend/frontend.go
Ver fichero
@@ -0,0 +1,8 @@
+package frontend
+
+import (
+ "embed"
+)
+
+//go:embed dist
+var DistFS embed.FS