package service import ( "go-template/business/dao" "go-template/business/third" ) // dao var ( reportDao = dao.NewReportPeccancyDao() ) // third var ( cityService = third.NewCityConfigThird() factoryService = third.NewEbikeFactoryApi() )