Initial commit
This commit is contained in:
17
example/example_test.go
Normal file
17
example/example_test.go
Normal file
@@ -0,0 +1,17 @@
|
||||
package example_test
|
||||
|
||||
import (
|
||||
"github.com/derfenix/goi18n/example"
|
||||
)
|
||||
|
||||
func ExampleBasic() {
|
||||
example.Basic()
|
||||
|
||||
// Output:
|
||||
// Тест теста
|
||||
// Test of the beer
|
||||
// всего пара пауков
|
||||
// Использован русский язык, кириллица
|
||||
// just pair of spiders
|
||||
// Использован английский язык, латиница
|
||||
}
|
||||
Reference in New Issue
Block a user