summaryrefslogtreecommitdiff
path: root/http/service.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-03 13:00:58 +0300
committerWolfy-J <[email protected]>2018-06-03 13:00:58 +0300
commit00eaa539e333184bdfb73fe3347bc5358de8a551 (patch)
treee323ff9acd8ee769aedcc26e036664dafa6031d0 /http/service.go
parentd1290a636e70d1797261c189285cc6fc6310a0be (diff)
go fmt
Diffstat (limited to 'http/service.go')
-rw-r--r--http/service.go2
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 {