diff options
author | Wolfy-J <[email protected]> | 2018-06-14 22:56:19 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-14 22:56:19 +0300 |
commit | 082c329d9dc84453a02693119d954f60a4792b11 (patch) | |
tree | a2e2279576c84a157c278869ee84d9f8f42b7c20 /service/static/service.go | |
parent | 5fef5b06e6261bc7c133380ef8b5bc8e63ac9fbe (diff) |
fmt
Diffstat (limited to 'service/static/service.go')
-rw-r--r-- | service/static/service.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/service/static/service.go b/service/static/service.go index 43891aa8..545c96bf 100644 --- a/service/static/service.go +++ b/service/static/service.go @@ -1,11 +1,11 @@ package static import ( + "github.com/spiral/roadrunner/service" + rrttp "github.com/spiral/roadrunner/service/http" "net/http" "path" "strings" - rrttp "github.com/spiral/roadrunner/service/http" - "github.com/spiral/roadrunner/service" ) // ID contains default service name. |