summaryrefslogtreecommitdiff
path: root/rhimport/core.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/core.go
parent2ae9d877c4a98f3f327162c55a03743e10c191e8 (diff)
cleaned up imports
Diffstat (limited to 'rhimport/core.go')
-rw-r--r--rhimport/core.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/rhimport/core.go b/rhimport/core.go
index 1ee8c45..9b9cd54 100644
--- a/rhimport/core.go
+++ b/rhimport/core.go
@@ -25,12 +25,13 @@
package rhimport
import (
- "code.helsinki.at/rhrd-go/rddb"
"fmt"
- "github.com/andelf/go-curl"
"io/ioutil"
"log"
"os"
+
+ "code.helsinki.at/rhrd-go/rddb"
+ "github.com/andelf/go-curl"
)
const (