mirror of
https://github.com/acepanel/helper.git
synced 2026-02-03 21:27:13 +08:00
7 lines
79 B
Go
7 lines
79 B
Go
package embed
|
|
|
|
import "embed"
|
|
|
|
//go:embed all:locales/*
|
|
var LocalesFS embed.FS
|