7 lines
82 B
Go
7 lines
82 B
Go
package exampletranslations
|
|
|
|
import "embed"
|
|
|
|
//go:embed *.json
|
|
var Files embed.FS
|