1
0
mirror of https://github.com/golang/go synced 2024-09-24 21:10:12 -06:00
go/test/chan
Russ Cox 983f06bdb6 update code to follow new semicolon rules:
*  1. all statements and declarations are terminated by semicolons
 *  2. semicolons can be omitted at top level.
 *  3. semicolons can be omitted before and after the closing ) or }
 *	on a list of statements or declarations.

/home/rsc/bin/addsemi and then diff+tweak.

R=r,gri
OCL=16620
CL=16643
2008-10-07 12:31:31 -07:00
..
fifo.go update tests to new communications syntax 2008-09-16 19:33:40 -07:00
goroutines.go 104, 107, 108: they are known to fail, so mark them appropriately. 2008-09-30 12:31:47 -07:00
nonblock.go test and fix non-blocking chan ops on buffered chans 2008-09-26 11:47:04 -07:00
powser1.go update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00
sieve.go update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00