mirror of
https://github.com/terorie/od-database-crawler.git
synced 2025-12-13 23:29:02 +00:00
Rename project
This commit is contained in:
4
main.go
4
main.go
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user