From 12826915de207decacf091e11d828329cd234eae Mon Sep 17 00:00:00 2001 From: tidwall Date: Mon, 20 Jan 2020 08:29:11 -0700 Subject: [PATCH] Removed unneeded comment --- gjson.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gjson.go b/gjson.go index 203db3d..d682d92 100644 --- a/gjson.go +++ b/gjson.go @@ -1989,7 +1989,7 @@ func runeit(json string) rune { } // unescape unescapes a string -func unescape(json string) string { // , error) { +func unescape(json string) string { var str = make([]byte, 0, len(json)) for i := 0; i < len(json); i++ { switch {