diff options
author | Wolfy-J <[email protected]> | 2018-09-10 14:29:10 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-09-10 14:29:10 +0300 |
commit | 7ab1e77f2db902cf8a485e3a28bfdbd58a613dc9 (patch) | |
tree | 748253cb7d5b758a0b61ab4a88023e5fed4f4a3b /service/static | |
parent | ceb5033d5bb2fb641c886d4010f05498552152c2 (diff) |
go fmt
Diffstat (limited to 'service/static')
-rw-r--r-- | service/static/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
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. |