From 08773bb09ba05953bee2923ac8a5f6d99a53f0f2 Mon Sep 17 00:00:00 2001 From: crusader Date: Tue, 14 Nov 2017 15:16:08 +0900 Subject: [PATCH] ing --- protocol/json/constants.go | 1 + 1 file changed, 1 insertion(+) diff --git a/protocol/json/constants.go b/protocol/json/constants.go index b642d1d..b5e4742 100644 --- a/protocol/json/constants.go +++ b/protocol/json/constants.go @@ -1,5 +1,6 @@ package json const ( + Name = "jsonrpc" Version = "2.0" )