summaryrefslogtreecommitdiff
path: root/rhimport/importer.go
diff options
context:
space:
mode:
Diffstat (limited to 'rhimport/importer.go')
-rw-r--r--rhimport/importer.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/rhimport/importer.go b/rhimport/importer.go
index 0702db4..8e58ff6 100644
--- a/rhimport/importer.go
+++ b/rhimport/importer.go
@@ -28,11 +28,12 @@ import (
"bufio"
"bytes"
"fmt"
- "github.com/andelf/go-curl"
"mime/multipart"
"net/http"
"os"
"path"
+
+ "github.com/andelf/go-curl"
)
func (self *Result) fromRDWebResult(rdres *RDWebResult) {