摘要: 在语言里有一种机制保证并发安全,即:goroutine,又叫:go程,先来看一段代码: func Starter() { fmt.Println("This is the starter on call") } func Follow() { fmt.Println("This is the fol 阅读全文
posted @ 2023-03-11 22:30 jamstack 阅读(14) 评论(0) 推荐(0) 编辑