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