Hello rsc, r, iant, ken2 (cc: golang-dev@googlegroups.com), I'd like you to review this change.
LGTM > +<- chan int(c) // same as <-(chan int(c)) Drop the space between <- and chan.
LGTM On May 24, 2010, at 2:50 PM, Russ Cox wrote: > LGTM > >> +<- chan int(c) // same as <-(chan int(c)) > > Drop the space between <- and chan.
*** Submitted as http://code.google.com/p/go/source/detail?r=2f188386cc7b *** go spec: fix and clarify syntax of conversions Fixes issue 803. R=rsc, r, iant, ken2 CC=golang-dev http://codereview.appspot.com/1281041