mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
8 lines
123 B
Go
8 lines
123 B
Go
package app
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed i18n.json dist/* dist/*/* src/language/* src/language/*/*
|
|
var DistFS embed.FS
|