]> Cypherpunks repositories - gostls13.git/commit
removed a:b in range syntax
authorKen Thompson <ken@golang.org>
Mon, 26 Jan 2009 19:34:38 +0000 (11:34 -0800)
committerKen Thompson <ken@golang.org>
Mon, 26 Jan 2009 19:34:38 +0000 (11:34 -0800)
commit7859ae8a2f5f5b48d5961df7c6e84ce7d7c3c46b
treeb667525fba0724c356a69c8e1ab8970d58a9a941
parent65ad3ce1795c3c1e1a65d7eecbc9f00451068fc8
removed a:b in range syntax
added another channel test

R=r
OCL=23488
CL=23488
src/cmd/gc/go.y
test/ken/chan1.go [new file with mode: 0644]
test/ken/range.go