Rename project

This commit is contained in:
Richard Patel 2018-11-17 01:33:15 +01:00
parent f1687679ab
commit 718f9d7fbc
No known key found for this signature in database
GPG Key ID: C268B2BBDA2ABECB
5 changed files with 8 additions and 8 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
/.idea/
.DS_Store
/oddb-go
/od-database-crawler

View File

@ -2,8 +2,8 @@ package main
import (
"bytes"
"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"
"github.com/valyala/fasthttp"
"golang.org/x/crypto/blake2b"
"golang.org/x/net/html"

View File

@ -3,7 +3,7 @@ package main
import (
"context"
"github.com/sirupsen/logrus"
"github.com/terorie/oddb-go/fasturl"
"github.com/terorie/od-database-crawler/fasturl"
"github.com/urfave/cli"
"log"
"net/http"
@ -15,7 +15,7 @@ import (
)
var app = cli.App {
Name: "oddb-go",
Name: "od-database-crawler",
Usage: "OD-Database Go crawler",
Version: "0.2",
BashComplete: cli.DefaultAppComplete,

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"
)

View File

@ -5,7 +5,7 @@ import (
"encoding/json"
"fmt"
"github.com/sirupsen/logrus"
"github.com/terorie/oddb-go/fasturl"
"github.com/terorie/od-database-crawler/fasturl"
"os"
"path"
"sync/atomic"