From 7537c16341877863848f126ffa87e2b31c49ef38 Mon Sep 17 00:00:00 2001 From: Jason Del Ponte Date: Wed, 8 Jan 2020 12:36:35 -0800 Subject: [PATCH] fix depercated go version tests --- private/protocol/jsonrpc/unmarshal_error_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/private/protocol/jsonrpc/unmarshal_error_test.go b/private/protocol/jsonrpc/unmarshal_error_test.go index 15030581868..c16c2542d7c 100644 --- a/private/protocol/jsonrpc/unmarshal_error_test.go +++ b/private/protocol/jsonrpc/unmarshal_error_test.go @@ -1,3 +1,5 @@ +// +build go1.7 + package jsonrpc import (