mirror of
https://github.com/thomiceli/opengist.git
synced 2025-05-14 08:12:09 +02:00
7 lines
69 B
Go
7 lines
69 B
Go
package locales
|
|
|
|
import "embed"
|
|
|
|
//go:embed *.yml
|
|
var Files embed.FS
|