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