package main import "github.com/darkit/thinkweb/router" func main() { router.Router.Run(":3344") }