We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
0ct0pu5
/
nginx-ui
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Selaa lähdekoodia
Create frontend.go
0xJacky
3 vuotta sitten
vanhempi
2fff1f5181
commit
8a681131a9
1 muutettua tiedostoa
jossa
8 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
8
0
frontend/frontend.go
+ 8
- 0
frontend/frontend.go
Näytä tiedosto
@@ -0,0 +1,8 @@
+package frontend
+
+import (
+ "embed"
+)
+
+//go:embed dist
+var DistFS embed.FS