package main import ( _ "ydMonitoring/logger" "ydMonitoring/service" ) func main() { service.EquipmentMonitoring2() //service.TestService() }