diff options
Diffstat (limited to 'service/static/service.go')
-rw-r--r-- | service/static/service.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/service/static/service.go b/service/static/service.go index 95b99860..49dbedab 100644 --- a/service/static/service.go +++ b/service/static/service.go @@ -1,9 +1,10 @@ package static import ( - rrhttp "github.com/spiral/roadrunner/service/http" "net/http" "path" + + rrhttp "github.com/spiral/roadrunner/service/http" ) // ID contains default service name. |