diff options
author | Wolfy-J <[email protected]> | 2018-07-08 22:01:40 -0700 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-07-08 22:01:40 -0700 |
commit | 21bd058003a159ff307565d5b57e3631921a7a96 (patch) | |
tree | 0d3aad39c0ea1ac697b61047ebf505f69275ba54 /service/rpc | |
parent | 55098299c87761c0545ee7a98e0132fa48c5d79f (diff) |
releasing and CS for v1.1.0
Diffstat (limited to 'service/rpc')
-rw-r--r-- | service/rpc/config_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/service/rpc/config_test.go b/service/rpc/config_test.go index 95eb41b4..a7c51c0f 100644 --- a/service/rpc/config_test.go +++ b/service/rpc/config_test.go @@ -1,11 +1,11 @@ package rpc import ( + "encoding/json" + "github.com/spiral/roadrunner/service" "github.com/stretchr/testify/assert" "runtime" "testing" - "encoding/json" - "github.com/spiral/roadrunner/service" ) type testCfg struct{ cfg string } |