aboutsummaryrefslogtreecommitdiff
path: root/test/func3.go
AgeCommit message (Collapse)Author
2012-02-19test: explanatory comments [c-g]*Rob Pike
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5656103
2012-02-16test: use testlib (fourth 100)Russ Cox
X ,s;^// \$G (\$D/)?\$F\.go *$;// compile;g X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A *$;// build;g X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A && \./\$A\.out *$;// run;g X ,s;^// errchk \$G( -e)? (\$D/)?\$F\.go *$;// errorcheck;g R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5673079
2010-09-04test: remove semiocolons.Rob Pike
The ken directory is untouched so we have some examples with explicit semis. R=gri CC=golang-dev https://golang.org/cl/2157041
2008-10-06change in spec results in non-errorRob Pike
R=gri DELTA=4 (0 added, 3 deleted, 1 changed) OCL=16565 CL=16579
2008-09-30tests of new func arg codeRuss Cox
R=r DELTA=41 (41 added, 0 deleted, 0 changed) OCL=16212 CL=16223