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/service.go | |
parent | d1290a636e70d1797261c189285cc6fc6310a0be (diff) |
go fmt
Diffstat (limited to 'http/service.go')
-rw-r--r-- | http/service.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/service.go b/http/service.go index e38e1a03..7f4261d0 100644 --- a/http/service.go +++ b/http/service.go @@ -1,10 +1,10 @@ package http import ( + "context" "github.com/sirupsen/logrus" "github.com/spiral/roadrunner/service" "net/http" - "context" ) type Service struct { |