package main import ( "joylink.club/iot/server" ) func main() { server.StartIotQcServer() }