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/exampletemplate_test.go')
-rw-r--r--i18n/exampletemplate_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/exampletemplate_test.go b/i18n/exampletemplate_test.go
index 3648bd1..bae86d9 100644
--- a/i18n/exampletemplate_test.go
+++ b/i18n/exampletemplate_test.go
@@ -4,7 +4,7 @@ import (
"os"
"text/template"
- "github.com/nicksnyder/go-i18n/i18n"
+ "github.com/nicksnyder/test/i18n"
)
var funcMap = map[string]interface{}{