package main import ( "github.com/adammathes/neko/crawler" _ "github.com/adammathes/neko/util" ) func main() { crawler.Crawl() }