Files
goi18n/example/example_test.go
2022-10-18 15:44:29 +03:00

18 lines
379 B
Go

package example_test
import (
"github.com/derfenix/goi18n/example"
)
func ExampleBasic() {
example.Basic()
// Output:
// Тест теста
// Test of the beer
// всего пара пауков
// Использован русский язык, кириллица
// just pair of spiders
// Использован английский язык, латиница
}