From 7ab1e77f2db902cf8a485e3a28bfdbd58a613dc9 Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Mon, 10 Sep 2018 14:29:10 +0300 Subject: go fmt --- service/static/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/static/config.go') diff --git a/service/static/config.go b/service/static/config.go index 0ec1c8d8..be0ac3ed 100644 --- a/service/static/config.go +++ b/service/static/config.go @@ -1,11 +1,11 @@ package static import ( + "fmt" "github.com/spiral/roadrunner/service" "os" "path" "strings" - "fmt" ) // Config describes file location and controls access to them. -- cgit v1.2.3