aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/nekocrawl.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/nekocrawl.go')
-rw-r--r--cmd/nekocrawl.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/cmd/nekocrawl.go b/cmd/nekocrawl.go
deleted file mode 100644
index 62a9a1c..0000000
--- a/cmd/nekocrawl.go
+++ /dev/null
@@ -1,10 +0,0 @@
-package main
-
-import (
- "adammathes.com/neko/crawler"
- _ "adammathes.com/neko/util"
-)
-
-func main() {
- crawler.Crawl()
-}