mirror of
https://github.com/thomiceli/opengist.git
synced 2024-12-23 13:02:39 +00:00
6 lines
69 B
Go
6 lines
69 B
Go
package locales
|
|
|
|
import "embed"
|
|
|
|
//go:embed *.yml
|
|
var Files embed.FS
|