From 96e6686c5fa55e5b055fe3d7a4635e272e69c3ac Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Fri, 20 Mar 2020 18:15:41 +0300 Subject: Replace std json package with github.com/json-iterator/go --- service/health/config_test.go | 2 +- service/health/service_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'service/health') diff --git a/service/health/config_test.go b/service/health/config_test.go index 9068f2ca..0b4af817 100644 --- a/service/health/config_test.go +++ b/service/health/config_test.go @@ -1,7 +1,7 @@ package health import ( - "encoding/json" + json "github.com/json-iterator/go" "testing" "github.com/spiral/roadrunner/service" diff --git a/service/health/service_test.go b/service/health/service_test.go index e8685548..f5426434 100644 --- a/service/health/service_test.go +++ b/service/health/service_test.go @@ -1,7 +1,7 @@ package health import ( - "encoding/json" + json "github.com/json-iterator/go" "io/ioutil" "net/http" "testing" -- cgit v1.2.3