摘要: 运行完直接结束 1 func Routine1() { 2 fmt.Println("Hello go!") 3 } 4 5 func TestRoutine1(t *testing.T) { 6 go Routine1() 7 fmt.Println("Hello world!") 8 } 等待协 阅读全文
posted @ 2020-10-18 23:19 luobote11 阅读(352) 评论(0) 推荐(0)