summaryrefslogtreecommitdiff
path: root/test/initialize.go
Commit message (Collapse)AuthorAgeFilesLines
* test: commentary for [h-m]*.goRob Pike2012-02-231-0/+2
| | | | | | R=golang-dev, gri CC=golang-dev http://codereview.appspot.com/5674112
* test: use testlib (fourth 100)Russ Cox2012-02-161-1/+1
| | | | | | | | | | | 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 http://codereview.appspot.com/5673079
* test: remove semiocolons.Rob Pike2010-09-041-6/+6
| | | | | | | | The ken directory is untouched so we have some examples with explicit semis. R=gri CC=golang-dev http://codereview.appspot.com/2157041
* last round: non-package codeRuss Cox2009-09-151-1/+1
| | | | | | | R=r DELTA=127 (38 added, 3 deleted, 86 changed) OCL=34640 CL=34650
* allow type name as key to accomodate anonymous fields.Russ Cox2009-05-211-3/+3
| | | | | | | | update tests. R=ken OCL=29207 CL=29207
* tests for new initializer syntaxRuss Cox2009-05-211-0/+62
R=r DELTA=79 (79 added, 0 deleted, 0 changed) OCL=29196 CL=29202