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)) })