can somebody explain why the code doesn't work when the channel has no limit on capacity v/s it works when the channel has a limit on capacity? https://play.golang.org/p/4-QI5...
another question: isn't case c <- i: inside the select meant to send i to the channel and if there's a problem like, its closed or full, then default is run?
and is this all the code there is?
but you have to define the variable somewhere right?
? also remove the semi colon ';' in fil function
where did you define data... data["age"]?
You want this in console?
well, why?