Go select case 用法 case 1 func Test_Select_Case_1(t *testing.T) {chan1 := make(chan int)chan2 := make(chan int)go