aboutsummaryrefslogtreecommitdiff
path: root/test/test0.go
AgeCommit message (Expand)Author
2012-02-24test/[n-z]*.go: add documentationRob Pike
2012-02-16test: use testlib (final 61)Russ Cox
2011-01-19delete float, complex - code changesRuss Cox
2010-09-04test: remove semiocolons.Rob Pike
2009-09-14fix "declared and not used" in tests;Russ Cox
2009-08-17fix up some irregular indentationRob Pike
2009-01-20delete exportRuss Cox
2009-01-16convert tests; nothing interesting.Russ Cox
2009-01-06new new & makeRuss Cox
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
2008-07-07test cleanupRob Pike
2008-06-06first cut at test suiteRob Pike
2008-05-08- changed literal syntax to use the convert notationRobert Griesemer
2008-03-26- new directory structureRobert Griesemer