Content deleted Content added
Rescuing 1 sources and tagging 0 as dead. #IABot (v2.0beta15) |
|||
Line 45:
c := make(chan int)
go func() {c <- +42}()
x := <- c
|
Rescuing 1 sources and tagging 0 as dead. #IABot (v2.0beta15) |
|||
Line 45:
c := make(chan int)
go func() {c <- +42}()
x := <- c
|