summaryrefslogtreecommitdiff
path: root/service/http/response_test.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-14 22:56:19 +0300
committerWolfy-J <[email protected]>2018-06-14 22:56:19 +0300
commit082c329d9dc84453a02693119d954f60a4792b11 (patch)
treea2e2279576c84a157c278869ee84d9f8f42b7c20 /service/http/response_test.go
parent5fef5b06e6261bc7c133380ef8b5bc8e63ac9fbe (diff)
fmt
Diffstat (limited to 'service/http/response_test.go')
-rw-r--r--service/http/response_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/service/http/response_test.go b/service/http/response_test.go
index e45f5349..f885be7f 100644
--- a/service/http/response_test.go
+++ b/service/http/response_test.go
@@ -1,12 +1,12 @@
package http
import (
- "net/http"
"bytes"
- "testing"
+ "errors"
"github.com/spiral/roadrunner"
"github.com/stretchr/testify/assert"
- "errors"
+ "net/http"
+ "testing"
)
type testWriter struct {