package event import ( "fmt" ) var PrintObject = make(map[string]*TcpClient, 0) func init() { fmt.Println("初始化打印机对象") }