From 27156b0d3abc31fa3fb0d048c6cb0d57a86a0eb2 Mon Sep 17 00:00:00 2001 From: Umputun Date: Mon, 5 Feb 2018 02:53:18 -0600 Subject: [PATCH] incorect import --- app/store/comment.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/store/comment.go b/app/store/comment.go index 8107fa65..ea29cca7 100644 --- a/app/store/comment.go +++ b/app/store/comment.go @@ -4,10 +4,10 @@ import ( "crypto/rand" "crypto/sha1" "fmt" + "html/template" "strings" "time" - "github.com/alecthomas/template" "github.com/microcosm-cc/bluemonday" "github.com/pkg/errors" )