package controller import ( "go-template/business/service" ) var ( reportService = service.NewReportService() )