package main import ( "hongze/hongze_yb_en_api/core" ) // @title 弘则英文研报api系统 // @version 1.0 // @description 弘则英文研报api系统 // @termsOfService https://www.hzinsights.com/ // @contact.name www.hzinsights.com/ // @contact.url https://www.hzinsights.com/ // @contact.email pyan@hzinsights.com // @license.name Apache 2.0 // @license.url http://www.apache.org/licenses/LICENSE-2.0.html // @host 127.0.0.1:8390 // @BasePath / func main() { core.RunServe() }