From 562d4e34c1f1df7f722ba83e79e7ac6a6fa8896e Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Tue, 16 Apr 2019 20:33:01 -0400 Subject: [PATCH] go fmt is a harsh mistress --- fun.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fun.go b/fun.go index f1f2f87..ea9268e 100644 --- a/fun.go +++ b/fun.go @@ -188,7 +188,7 @@ func obfusbreak(s string) string { if where == "" { return m } - who := m[0:1 + strings.IndexByte(m[1:], '@')] + who := m[0 : 1+strings.IndexByte(m[1:], '@')] return fmt.Sprintf(`%s`, html.EscapeString(where), html.EscapeString(who)) })