7 lines
79 B
Go
7 lines
79 B
Go
package res
|
|
|
|
import "embed"
|
|
|
|
//go:embed translations
|
|
var Translations embed.FS
|