summaryrefslogtreecommitdiff
path: root/test/interface/struct.go
Commit message (Collapse)AuthorAgeFilesLines
* test/interface: document testsRob Pike2012-02-191-1/+1
| | | | | | | | Most already had comments (yay); adjusted for consistency. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5676102
* test: use testlib (another bunch).Rémy Oudompheng2012-02-181-1/+1
| | | | | | | | | | | Apply sed with: 1s,^// $G $D/$F.go && $L $F.$A && ./$A.out || echo.*,// run, 1s,^// $G $D/$F.go || echo.*,// compile, R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5656099
* test: remove semiocolons.Rob Pike2010-09-041-76/+76
| | | | | | | | The ken directory is untouched so we have some examples with explicit semis. R=gri CC=golang-dev https://golang.org/cl/2157041
* fiddling while rome burns: explain why tests are commented outRob Pike2009-10-191-0/+2
| | | | | | | R=rsc DELTA=2 (2 added, 0 deleted, 0 changed) OCL=35874 CL=35880
* fix up some irregular indentationRob Pike2009-08-171-79/+79
| | | | | | R=rsc OCL=33382 CL=33391
* add test for yesterday's interface rule change (interface/convert1.go).Russ Cox2009-05-211-0/+154
move interface tests to subdirectory. R=r DELTA=1632 (827 added, 804 deleted, 1 changed) OCL=29181 CL=29191