Rename project

This commit is contained in:
Richard Patel
2018-11-17 01:33:15 +01:00
parent f1687679ab
commit 718f9d7fbc
5 changed files with 8 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
package main
import (
"github.com/terorie/oddb-go/ds/redblackhash"
"github.com/terorie/oddb-go/fasturl"
"github.com/terorie/od-database-crawler/ds/redblackhash"
"github.com/terorie/od-database-crawler/fasturl"
"sync"
"time"
)