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