incorect import

This commit is contained in:
Umputun
2018-02-05 02:53:18 -06:00
parent 375e5cb049
commit 27156b0d3a
+1 -1
View File
@@ -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"
)