summaryrefslogtreecommitdiff
path: root/rhimport/fetcher.go
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-01-21 13:53:08 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-01-21 13:53:08 (GMT)
commit7cd335cf3e0a2f7a1df167e7bcc28d696541a8cf (patch)
tree189698142bde8009470cf3da74ab3a39a8021b04 /rhimport/fetcher.go
parent2ae9d877c4a98f3f327162c55a03743e10c191e8 (diff)
cleaned up imports
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 {