This commit is contained in:
shoopea 2019-04-29 14:07:43 +08:00
parent 58d54c6aa0
commit 86d854237e

View File

@ -96,6 +96,7 @@ func main() {
for { for {
time.Sleep(30 * time.Second) time.Sleep(30 * time.Second)
} }
fmt.Println("Why am I here ?")
} }
func ListenCW(c *tdlib.Client) { func ListenCW(c *tdlib.Client) {