1
0
mirror of https://github.com/golang/go synced 2024-11-12 06:40:22 -07:00
The Go programming language
Go to file
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
doc - allow for multiple method names per function type in an interface decl. 2008-11-17 18:11:36 -08:00
include 6l: 2008-10-20 17:33:51 -07:00
lib help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
pkg help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
src * faster atof for common cases 2008-11-17 17:22:51 -08:00
test - new() accepts too many arguments 2008-11-17 16:46:56 -08:00
usr - factored out tabwriter a separate writer filter 2008-11-17 19:58:52 -08:00