diff options
-rw-r--r-- | lex-serve/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lex-serve/main.go b/lex-serve/main.go index f06d1a1..0a1403b 100644 --- a/lex-serve/main.go +++ b/lex-serve/main.go @@ -4,6 +4,7 @@ import ( "bytes" "embed" "encoding/json" + "html/template" "io/ioutil" "log" "net" @@ -11,7 +12,6 @@ import ( "net/url" "os" "strings" - "text/template" ) //go:embed countries.json |