mirror of
https://github.com/zgwit/beeq.git
synced 2025-09-26 19:51:13 +08:00
9 lines
118 B
Go
9 lines
118 B
Go
package main
|
|
|
|
import "git.zgwit.com/iot/beeq"
|
|
|
|
func main() {
|
|
|
|
hive := beeq.NewHive()
|
|
hive.ListenAndServe(":1883")
|
|
} |