Stanislav N. aka pztrn e3b9c9ae40
Some checks failed
Linting and tests / Linting (push) Failing after 5s
Linting and tests / Tests (push) Failing after 4s
The very basic client app, not adapted for mobiles.
2025-09-10 19:34:49 +05:00

9 lines
185 B
Go

package langfiles
import "embed"
// LangFiles это встроенная ФС, содержащая переводы приложения.
//
//go:embed files
var LangFiles embed.FS