1
0
mirror of https://github.com/golang/go synced 2024-11-20 09:44:45 -07:00
go/usr/gri/pretty
Robert Griesemer 01b44bbfc8 - move tabwriter into library
- added preliminary tests (more to do)
- renamed type from TabWriter -> Writer
- adjusted my code where necessary

R=r
DELTA=825  (474 added, 346 deleted, 5 changed)
OCL=19744
CL=19753
2008-11-20 17:39:41 -08:00
..
ast.go - array-ify code, remove local implementation 2008-11-19 16:49:50 -08:00
compilation.go - array-ify code, remove local implementation 2008-11-19 16:49:50 -08:00
Makefile - move tabwriter into library 2008-11-20 17:39:41 -08:00
Makefile.iant - added simple facility to print Makefile dependency rules given a Go source file 2008-10-26 21:32:30 -07:00
parser.go - array-ify code, remove local implementation 2008-11-19 16:49:50 -08:00
platform.go - added simple facility to print Makefile dependency rules given a Go source file 2008-10-26 21:32:30 -07:00
pretty.go - added simple facility to print Makefile dependency rules given a Go source file 2008-10-26 21:32:30 -07:00
printer.go - correct error handling throughout 2008-11-20 16:26:43 -08:00
scanner.go - better comment classification 2008-11-13 19:06:57 -08:00
selftest0.go - handle field tags in pretty printer 2008-10-31 14:27:34 -07:00
selftest1.go - handle field tags in pretty printer 2008-10-31 14:27:34 -07:00
selftest2.go - factored out tabwriter a separate writer filter 2008-11-17 19:58:52 -08:00
test.sh - support for alignment via tabs instead of blanks 2008-11-18 19:25:43 -08:00
untab.go - move tabwriter into library 2008-11-20 17:39:41 -08:00
utils.go First cut at a Go pretty printer: 2008-09-18 16:58:37 -07:00