Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/go-i18n.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'goi18n/merge_command.go')
-rw-r--r--goi18n/merge_command.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/goi18n/merge_command.go b/goi18n/merge_command.go
index 1b9d04f..f9adcaa 100644
--- a/goi18n/merge_command.go
+++ b/goi18n/merge_command.go
@@ -11,9 +11,9 @@ import (
"gopkg.in/yaml.v2"
- "github.com/nicksnyder/go-i18n/i18n/bundle"
- "github.com/nicksnyder/go-i18n/i18n/language"
- "github.com/nicksnyder/go-i18n/i18n/translation"
+ "github.com/nicksnyder/test/i18n/bundle"
+ "github.com/nicksnyder/test/i18n/language"
+ "github.com/nicksnyder/test/i18n/translation"
toml "github.com/pelletier/go-toml"
)