From c4112cd214a9c7cbed82c82eefc75904fb42d1af Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Mon, 11 Jan 2021 13:00:52 +0300 Subject: Update CI Format imports and code Distinct internal and app errors --- service/static/service.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'service/static/service.go') 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. -- cgit v1.2.3