diff options
Diffstat (limited to 'service/http/fcgi_test.go')
-rw-r--r-- | service/http/fcgi_test.go | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/service/http/fcgi_test.go b/service/http/fcgi_test.go index e68b2e7f..cf67a68b 100644 --- a/service/http/fcgi_test.go +++ b/service/http/fcgi_test.go @@ -1,15 +1,16 @@ package http import ( + "io/ioutil" + "net/http/httptest" + "testing" + "time" + "github.com/sirupsen/logrus" "github.com/sirupsen/logrus/hooks/test" "github.com/spiral/roadrunner/service" "github.com/stretchr/testify/assert" "github.com/yookoala/gofast" - "io/ioutil" - "net/http/httptest" - "testing" - "time" ) func Test_FCGI_Service_Echo(t *testing.T) { |