Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/safe/safe_test.go')
-rw-r--r--tpl/safe/safe_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/safe/safe_test.go b/tpl/safe/safe_test.go
index e91605762..d5288fef0 100644
--- a/tpl/safe/safe_test.go
+++ b/tpl/safe/safe_test.go
@@ -15,6 +15,7 @@ package safe
import (
"html/template"
+
"testing"
qt "github.com/frankban/quicktest"