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