@@ -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 {
The note is not visible to the blocked user.