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/strings/truncate_test.go')
-rw-r--r--tpl/strings/truncate_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/strings/truncate_test.go b/tpl/strings/truncate_test.go
index 31c7028b5..b4aa1ffad 100644
--- a/tpl/strings/truncate_test.go
+++ b/tpl/strings/truncate_test.go
@@ -15,6 +15,7 @@ package strings
import (
"html/template"
+
"reflect"
"strings"
"testing"