1
0
mirror of https://github.com/golang/go synced 2024-09-25 05:10:12 -06:00
go/test/chan
Rob Pike fb9e37cd9b template: reverse order of arguments to Execute
In line with other functions such as Fprintf, put the
thing to be written first.

Apologies for the breakages this is sure to cause.

R=rsc, gri, adg, eds, r2, aam
CC=golang-dev
https://golang.org/cl/4169042
2011-02-09 14:23:01 -08:00
..
doubleselect.go test/chan/doubleselect: fix various races 2011-01-21 15:06:44 -05:00
fifo.go test: remove semiocolons. 2010-09-04 10:36:13 +10:00
goroutines.go test: remove semiocolons. 2010-09-04 10:36:13 +10:00
nonblock.go replace non-blocking send, receive syntax with select 2011-01-31 18:36:28 -05:00
perm.go replace non-blocking send, receive syntax with select 2011-01-31 18:36:28 -05:00
powser1.go test: remove semiocolons. 2010-09-04 10:36:13 +10:00
powser2.go test: remove semiocolons. 2010-09-04 10:36:13 +10:00
select2.go runtime: correct memory leak in select 2010-04-01 11:56:18 -07:00
select3.go runtime: select bug 2011-01-28 17:17:38 -05:00
select4.go gc: allow select case expr = <-c 2010-09-27 12:04:21 -04:00
select5.go template: reverse order of arguments to Execute 2011-02-09 14:23:01 -08:00
select.go delete all uses of panicln by rewriting them using panic or, 2010-03-24 16:46:53 -07:00
sendstmt.go gc: fix send precedence 2011-02-01 08:29:21 -05:00
sieve1.go single argument panic 2010-03-30 10:34:57 -07:00
sieve2.go single argument panic 2010-03-30 10:34:57 -07:00