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/static/service_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/static/service_test.go') diff --git a/service/static/service_test.go b/service/static/service_test.go index bd929214..b9e44247 100644 --- a/service/static/service_test.go +++ b/service/static/service_test.go @@ -2,7 +2,7 @@ package static import ( "bytes" - "encoding/json" + json "github.com/json-iterator/go" "github.com/sirupsen/logrus" "github.com/sirupsen/logrus/hooks/test" "github.com/spiral/roadrunner/service" -- cgit v1.2.3