5 lines
288 B
Go
5 lines
288 B
Go
fmt.Println("请使用新的启动程序:")
|
|
fmt.Println(" ./weatherstation_launcher # 同时启动UDP和Web服务器")
|
|
fmt.Println(" ./weatherstation_launcher -web # 只启动Web服务器")
|
|
fmt.Println(" ./weatherstation_launcher -udp # 只启动UDP服务器")
|
|
} |