1
0
mirror of https://github.com/golang/go synced 2024-11-22 00:04:41 -07:00
go/test/chan
Russ Cox 079c00a475 correctly rounded floating-point conversions
in new package strconv.

move atoi etc to strconv too.

update fmt, etc to use strconv.

R=r
DELTA=2232  (1691 added, 424 deleted, 117 changed)
OCL=19286
CL=19380
2008-11-17 12:34:03 -08:00
..
fifo.go update tests to new communications syntax 2008-09-16 19:33:40 -07:00
goroutines.go correctly rounded floating-point conversions 2008-11-17 12:34:03 -08:00
nonblock.go test and fix non-blocking chan ops on buffered chans 2008-09-26 11:47:04 -07:00
powser1.go Fix powser1.go to compile with the current 6g, which doesn't 2008-11-05 12:06:48 -08:00
select.go Test case for evaluation order of select statement. 2008-11-06 22:27:32 -08:00
sieve.go update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00