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/http/uploads.go | |
parent | 5fef5b06e6261bc7c133380ef8b5bc8e63ac9fbe (diff) |
fmt
Diffstat (limited to 'service/http/uploads.go')
-rw-r--r-- | service/http/uploads.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/service/http/uploads.go b/service/http/uploads.go index f8334c30..4607dea4 100644 --- a/service/http/uploads.go +++ b/service/http/uploads.go @@ -2,11 +2,11 @@ package http import ( "encoding/json" + "io" + "io/ioutil" + "mime/multipart" "os" "sync" - "mime/multipart" - "io/ioutil" - "io" ) const ( |