Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: use testlib (second 100) | Russ Cox | 2012-02-16 | 1 | -1/+1 |
* | test: enable tests using v, ok := <-ch syntax | Robert Hencke | 2011-03-22 | 1 | -11/+10 |
* | replace non-blocking send, receive syntax with select | Russ Cox | 2011-01-31 | 1 | -11/+12 |
* | fix "declared and not used" in tests; | Russ Cox | 2009-09-14 | 1 | -1/+3 |
* | new new & make | Russ Cox | 2009-01-06 | 1 | -2/+2 |
* | change *map to map; *chan to chan; new(T) to new(*T) | Russ Cox | 2008-12-19 | 1 | -1/+1 |
* | update tests | Rob Pike | 2008-07-17 | 1 | -0/+18 |