diff options
author | Wolfy-J <[email protected]> | 2018-06-03 13:00:58 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-03 13:00:58 +0300 |
commit | 00eaa539e333184bdfb73fe3347bc5358de8a551 (patch) | |
tree | e323ff9acd8ee769aedcc26e036664dafa6031d0 /http/response.go | |
parent | d1290a636e70d1797261c189285cc6fc6310a0be (diff) |
go fmt
Diffstat (limited to 'http/response.go')
-rw-r--r-- | http/response.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/response.go b/http/response.go index d35669c4..2736c4ab 100644 --- a/http/response.go +++ b/http/response.go @@ -1,9 +1,9 @@ package http import ( - "net/http" "encoding/json" "github.com/spiral/roadrunner" + "net/http" ) // Response handles PSR7 response logic. |