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