1
0
mirror of https://github.com/golang/go synced 2024-09-25 11:20:13 -06:00
go/usr
Robert Griesemer 654bc2badc - factored out tabwriter a separate writer filter
(to be moved into std lib eventually)
- rewrote tabwriter to use byte buffers instead of strings
  (byte buffers to be moved into stdlib eventually)
- support for recent syntax changes
- no space printed after function name and before function parameters
- comments still disabled due to a known bug

R=r
OCL=19430
CL=19430
2008-11-17 19:58:52 -08:00
..
gri - factored out tabwriter a separate writer filter 2008-11-17 19:58:52 -08:00
rsc/mem First pieces of malloc. 2008-11-17 12:32:35 -08:00