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

github.com/gohugoio/locales.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoeybloggs <Dean.Karn@gmail.com>2016-08-18 17:16:15 +0300
committerjoeybloggs <Dean.Karn@gmail.com>2016-08-18 17:16:15 +0300
commit40fb3acdea80528c8da926ff9678326e1c403ec7 (patch)
tree51eff8d710dde5f7e05e76fad90ff4876a12c866
parenta39370274d6817799e21c65418826925ce21a1ed (diff)
add "strconv" to template
-rw-r--r--cmd/translator.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/translator.tmpl b/cmd/translator.tmpl
index 3a9512cc..e4ed319e 100644
--- a/cmd/translator.tmpl
+++ b/cmd/translator.tmpl
@@ -3,6 +3,7 @@ package {{ .Locale }}
import (
"math"
+ "strconv"
"time"
"github.com/go-playground/locales"