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 'i18n/bundle/bundle.go')
-rw-r--r--i18n/bundle/bundle.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/i18n/bundle/bundle.go b/i18n/bundle/bundle.go
index 6376146..797f39e 100644
--- a/i18n/bundle/bundle.go
+++ b/i18n/bundle/bundle.go
@@ -11,8 +11,8 @@ import (
"sync"
"unicode"
- "github.com/nicksnyder/go-i18n/i18n/language"
- "github.com/nicksnyder/go-i18n/i18n/translation"
+ "github.com/nicksnyder/test/i18n/language"
+ "github.com/nicksnyder/test/i18n/translation"
toml "github.com/pelletier/go-toml"
"gopkg.in/yaml.v2"
)