1
0
mirror of https://github.com/golang/go synced 2024-10-03 18:21:21 -06:00
go/usr
Russ Cox 08ca30bbfa change *map to map; *chan to chan; new(T) to new(*T)
fix bugs left over from *[] to [] conversion.

TBR=r
OCL=21576
CL=21581
2008-12-19 03:05:37 -08:00
..
gri change *map to map; *chan to chan; new(T) to new(*T) 2008-12-19 03:05:37 -08:00
rsc/mem add support for ref counts to memory allocator. 2008-12-05 15:24:18 -08:00