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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/health/config_test.go') 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" -- cgit v1.2.3