importing "strings" package

Strings package not imported but used line 361
This commit is contained in:
Feruz Oripov
2018-10-31 00:50:21 +05:00
committed by GitHub
parent 5b6c0f0114
commit 0ca17c38a7

View File

@@ -346,6 +346,7 @@ import (
"os"
"io/ioutil"
"text/template"
"strings"
)
var templates *template.Template