Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2009-01-20 | delete export | Russ Cox | 1 | -3/+2 |
2009-01-20 | add a couple of helper methods to io.ByteBuffer | Rob Pike | 1 | -0/+8 |
2009-01-06 | new new & make | Russ Cox | 1 | -3/+3 |
2008-12-19 | change *map to map; *chan to chan; new(T) to new(*T) | Russ Cox | 1 | -1/+1 |
2008-12-18 | convert *[] to []. | Russ Cox | 1 | -16/+8 |
2008-12-16 | If ByteBuffer has never been used, b.buf is nil but Data() should still work. | Rob Pike | 1 | -0/+8 |
2008-11-25 | make a (rudimentary) ByteBuffer and put it in package "io". | Rob Pike | 1 | -0/+90 |