Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2009-11-05 | gofmt the last outstanding files in src/pkg | Robert Griesemer | 1 | -0/+9 |
2009-11-05 | gofmt'ed parts of go | Robert Griesemer | 1 | -33/+37 |
2009-11-05 | 2nd attempt: no noIndent for string lists | Robert Griesemer | 1 | -1/+2 |
2009-11-04 | - add a blank before the opening { for multi-line composites | Robert Griesemer | 1 | -2/+15 |
2009-11-04 | - always format blocks with closing } on a new line, even if empty | Robert Griesemer | 1 | -24/+35 |
2009-11-04 | - respect source line breaks in grouped declarations | Robert Griesemer | 1 | -17/+17 |
2009-11-03 | - don't loose extra line breaks in struct/interface declarations | Robert Griesemer | 1 | -11/+17 |
2009-11-02 | split printer.go into two files; it has become too large: | Robert Griesemer | 1 | -0/+1083 |