We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
0ct0pu5
/
nginx-ui
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Przeglądaj źródła
Create frontend.go
0xJacky
3 lat temu
rodzic
2fff1f5181
commit
8a681131a9
1 zmienionych plików
z
8 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
8
0
frontend/frontend.go
+ 8
- 0
frontend/frontend.go
Wyświetl plik
@@ -0,0 +1,8 @@
+package frontend
+
+import (
+ "embed"
+)
+
+//go:embed dist
+var DistFS embed.FS