/
githubmirror
/
traefik
Обзор
Документация
Войти
/
githubmirror
/
traefik
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
webui/embed.go
14 строк
213 B
Michel Heusschen
Remove unused boot files from webui
27 сен 2024, 16:22
Не верифицирован
27 сен 2024, 16:22
14e5d4b
Код
Авторство
О чём код?
package webui import ( "embed" "io/fs" ) // Files starting with . and _ are excluded by default // //go:embed static var assets embed.FS // FS contains the web UI assets. var FS, _ = fs.Sub(assets, "static")