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