package main import ( "eta_gn/eta_obs/core" ) // @BasePath / func main() { core.RunServe() }