summaryrefslogtreecommitdiff
path: root/rhimport
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-01-12 19:35:39 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-01-12 19:35:39 (GMT)
commite7c5069e94ab360a2413410a986f3cf6543b107e (patch)
treea86592095ce5961665df1ea1538bf99e6a1d6829 /rhimport
parent519ae5174fd37ec7e54ee9ad825310e38fa5c7fb (diff)
make lib go-getable
Diffstat (limited to 'rhimport')
-rw-r--r--rhimport/core.go2
-rw-r--r--rhimport/session_store.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/rhimport/core.go b/rhimport/core.go
index 98acd35..6876113 100644
--- a/rhimport/core.go
+++ b/rhimport/core.go
@@ -25,9 +25,9 @@
package rhimport
import (
+ "code.helsinki.at/rhrd-go/rddb"
"fmt"
"github.com/andelf/go-curl"
- "helsinki.at/rhrd-go/rddb"
"io/ioutil"
"log"
"os"
diff --git a/rhimport/session_store.go b/rhimport/session_store.go
index e47366e..85ea4c7 100644
--- a/rhimport/session_store.go
+++ b/rhimport/session_store.go
@@ -25,10 +25,10 @@
package rhimport
import (
+ "code.helsinki.at/rhrd-go/rddb"
"crypto/rand"
"encoding/base64"
"fmt"
- "helsinki.at/rhrd-go/rddb"
"net/http"
)