package main import ( "eta/eta_bridge/core" ) // @BasePath / func main() { core.RunServe() for i := 0; i < 5; i++ { } }