diff options
Diffstat (limited to 'service/http/handler.go')
-rw-r--r-- | service/http/handler.go | 4 |
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" ) |