测试定时器

This commit is contained in:
ZJY 2021-09-07 01:21:05 +08:00
parent 9b2042b075
commit 1eed2eadc8

View File

@ -15,5 +15,4 @@ func intiSky() {
})
c.Start()
select {} //阻塞主线程停止
}