main.go 97 B

12345678910
  1. package main
  2. import (
  3. "eta/eta_bridge/core"
  4. )
  5. // @BasePath /
  6. func main() {
  7. core.RunServe()
  8. }