summaryrefslogtreecommitdiff
path: root/service/http/handler.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/handler.go
parent5fef5b06e6261bc7c133380ef8b5bc8e63ac9fbe (diff)
fmt
Diffstat (limited to 'service/http/handler.go')
-rw-r--r--service/http/handler.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/service/http/handler.go b/service/http/handler.go
index a4cb6406..2c7c1fad 100644
--- a/service/http/handler.go
+++ b/service/http/handler.go
@@ -1,10 +1,10 @@
package http
import (
+ "github.com/pkg/errors"
+ "github.com/spiral/roadrunner"
"net/http"
"strconv"
- "github.com/spiral/roadrunner"
- "github.com/pkg/errors"
"sync"
)