From 53d30ccde92f7891cf8691d18f109e28ea81d15c Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 7 Nov 2019 11:18:21 -0800 Subject: templates: fix line wrap for very long commit message --- internal/template/template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal') diff --git a/internal/template/template.go b/internal/template/template.go index 36fb2612..abbf416e 100644 --- a/internal/template/template.go +++ b/internal/template/template.go @@ -14,7 +14,7 @@ import ( "strings" "time" - "github.com/json-iterator/go" + jsoniter "github.com/json-iterator/go" "github.com/microcosm-cc/bluemonday" "golang.org/x/net/html/charset" "golang.org/x/text/transform" -- cgit v1.2.3