From 53c1500a09031d487dfbaf6e352baf5903a438e1 Mon Sep 17 00:00:00 2001 From: Alexander Andryashin Date: Wed, 6 Jul 2016 01:25:15 +0300 Subject: [PATCH] Missed status --- proxy.go | 1 + 1 file changed, 1 insertion(+) diff --git a/proxy.go b/proxy.go index 090a204..43a78b9 100644 --- a/proxy.go +++ b/proxy.go @@ -146,6 +146,7 @@ func jsonErrMsg(msg string) string { message["message"] = msg value := make(map[string]interface{}) value["value"] = message + value["status"] = 13 result, _ := json.Marshal(value) return string(result) }