summaryrefslogtreecommitdiff
path: root/rhimport/fetcher.go
diff options
context:
space:
mode:
Diffstat (limited to 'rhimport/fetcher.go')
-rw-r--r--rhimport/fetcher.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/rhimport/fetcher.go b/rhimport/fetcher.go
index 2d99be4..cbcbc41 100644
--- a/rhimport/fetcher.go
+++ b/rhimport/fetcher.go
@@ -26,7 +26,6 @@ package rhimport
import (
"fmt"
- "github.com/andelf/go-curl"
"io/ioutil"
"mime"
"net/http"
@@ -37,6 +36,8 @@ import (
"strconv"
"strings"
"time"
+
+ "github.com/andelf/go-curl"
)
type FetcherCurlCBData struct {