package main import ( "github.com/gin-gonic/gin" ) var engine = gin.New() func main() { initChromeProxy() engine.Run(config.Server.URI) }