package main import ( "eta/eta_email_analysis/core" ) // @BasePath / func main() { core.RunServe() }