mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-11 22:53:43 +08:00
@@ -30,6 +30,7 @@ func fib() <-chan int {
|
||||
x <- <-a + <-b
|
||||
}
|
||||
}()
|
||||
<- out
|
||||
return out
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user