summaryrefslogtreecommitdiff
path: root/test/func2.go
Commit message (Collapse)AuthorAgeFilesLines
* test: explanatory comments [c-g]*Rob Pike2012-02-191-1/+4
| | | | | | R=golang-dev, bradfitz CC=golang-dev http://codereview.appspot.com/5656103
* non-pkg: gofix -r error -force=errorRuss Cox2011-11-011-2/+1
| | | | | | R=golang-dev, iant, r, r CC=golang-dev http://codereview.appspot.com/5307066
* test: remove semiocolons.Rob Pike2010-09-041-12/+12
| | | | | | | | The ken directory is untouched so we have some examples with explicit semis. R=gri CC=golang-dev http://codereview.appspot.com/2157041
* convert *[] to [].Russ Cox2008-12-181-1/+1
| | | | | | R=r OCL=21563 CL=21571
* tests of new func arg codeRuss Cox2008-09-301-0/+31
R=r DELTA=41 (41 added, 0 deleted, 0 changed) OCL=16212 CL=16223