commit | 93d81fb7476fb3b6aa428be7f55fa59ad1356ae0 | [log] [tgz] |
---|---|---|
author | Robert Griesemer <gri@golang.org> | Mon Jan 11 10:38:06 2010 -0800 |
committer | Robert Griesemer <gri@golang.org> | Mon Jan 11 10:38:06 2010 -0800 |
tree | 9ac0c100e8d76d51408d4561b0cdf98e120941f1 | |
parent | 5336cd8f915b6759581eea90234afd957721e54d [diff] |
Partial work-around for gofmt bug. Addresses some cases and respects position of closing parenthesis; but doesn't work yet in all cases. Heuristic; will need to be replaced by a real solution eventually. Does not cause existing code to be reformatted. R=r CC=golang-dev, rsc https://golang.org/cl/186043