diff options
Diffstat (limited to 'service/env/config_test.go')
-rw-r--r-- | service/env/config_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/env/config_test.go b/service/env/config_test.go index 226712c3..2fc12303 100644 --- a/service/env/config_test.go +++ b/service/env/config_test.go @@ -1,7 +1,7 @@ package env import ( - "encoding/json" + json "github.com/json-iterator/go" "github.com/spiral/roadrunner/service" "github.com/stretchr/testify/assert" "testing" |