🌈 搜索
📅  最后修改于: 2022-03-11 14:56:00.088000             🧑  作者: Mango
go func() { for true { fmt.Println("Hello !!") time.Sleep(1 * time.Second) } }()