From 0ca17c38a786fbdb4eaeeac4de36a421dc02097b Mon Sep 17 00:00:00 2001 From: Feruz Oripov <34165740+FeruzOripov@users.noreply.github.com> Date: Wed, 31 Oct 2018 00:50:21 +0500 Subject: [PATCH] importing "strings" package Strings package not imported but used line 361 --- en/07.4.md | 1 + 1 file changed, 1 insertion(+) diff --git a/en/07.4.md b/en/07.4.md index 7dcf907c..a4883dcd 100644 --- a/en/07.4.md +++ b/en/07.4.md @@ -346,6 +346,7 @@ import ( "os" "io/ioutil" "text/template" + "strings" ) var templates *template.Template