diff options
author | Wolfy-J <[email protected]> | 2018-06-14 22:56:19 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-14 22:56:19 +0300 |
commit | 082c329d9dc84453a02693119d954f60a4792b11 (patch) | |
tree | a2e2279576c84a157c278869ee84d9f8f42b7c20 /service/http/service_test.go | |
parent | 5fef5b06e6261bc7c133380ef8b5bc8e63ac9fbe (diff) |
fmt
Diffstat (limited to 'service/http/service_test.go')
-rw-r--r-- | service/http/service_test.go | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/service/http/service_test.go b/service/http/service_test.go index ebcd0f5a..55fa660b 100644 --- a/service/http/service_test.go +++ b/service/http/service_test.go @@ -1,18 +1,18 @@ package http import ( - "testing" - "github.com/spiral/roadrunner/service" - "github.com/sirupsen/logrus/hooks/test" - "github.com/sirupsen/logrus" "encoding/json" + "github.com/sirupsen/logrus" + "github.com/sirupsen/logrus/hooks/test" + "github.com/spiral/roadrunner" + "github.com/spiral/roadrunner/service" + "github.com/spiral/roadrunner/service/rpc" "github.com/stretchr/testify/assert" + "io/ioutil" + "net/http" "os" + "testing" "time" - "net/http" - "io/ioutil" - "github.com/spiral/roadrunner" - "github.com/spiral/roadrunner/service/rpc" ) type testCfg struct { |