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/static | |
parent | 55098299c87761c0545ee7a98e0132fa48c5d79f (diff) |
releasing and CS for v1.1.0
Diffstat (limited to 'service/static')
-rw-r--r-- | service/static/config_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/service/static/config_test.go b/service/static/config_test.go index baa9776f..18168d59 100644 --- a/service/static/config_test.go +++ b/service/static/config_test.go @@ -1,10 +1,10 @@ package static import ( + "encoding/json" + "github.com/spiral/roadrunner/service" "github.com/stretchr/testify/assert" "testing" - "github.com/spiral/roadrunner/service" - "encoding/json" ) type mockCfg struct{ cfg string } |