summaryrefslogtreecommitdiff
path: root/http/uploads.go
diff options
context:
space:
mode:
Diffstat (limited to 'http/uploads.go')
-rw-r--r--http/uploads.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/http/uploads.go b/http/uploads.go
index 370e73e6..468e8a19 100644
--- a/http/uploads.go
+++ b/http/uploads.go
@@ -1,15 +1,15 @@
package http
import (
- "mime/multipart"
"encoding/json"
- "strings"
- "net/http"
- "io/ioutil"
+ "fmt"
"io"
- "sync"
+ "io/ioutil"
+ "mime/multipart"
+ "net/http"
"os"
- "fmt"
+ "strings"
+ "sync"
)
const (