jl-iot/main.go

10 lines
96 B
Go

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