From a2ec0a8018ae6423a7ba5f2945f8c785b5f1bd72 Mon Sep 17 00:00:00 2001 From: foolin Date: Mon, 9 Jul 2018 23:30:35 +0800 Subject: [PATCH] fix package name --- translations/zh/zh.go | 2 +- translations/zh/zh_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/translations/zh/zh.go b/translations/zh/zh.go index 69d8a43..6dc9017 100644 --- a/translations/zh/zh.go +++ b/translations/zh/zh.go @@ -1,4 +1,4 @@ -package en +package zh import ( "fmt" diff --git a/translations/zh/zh_test.go b/translations/zh/zh_test.go index 855a17f..0a5713a 100644 --- a/translations/zh/zh_test.go +++ b/translations/zh/zh_test.go @@ -1,4 +1,4 @@ -package en +package zh import ( "testing"