commit | 4f40f5eaab52ede5b5e14c9660442ef69a135c81 | [log] [tgz] |
---|---|---|
author | Robert Griesemer <gri@golang.org> | Mon Jul 06 11:39:48 2009 -0700 |
committer | Robert Griesemer <gri@golang.org> | Mon Jul 06 11:39:48 2009 -0700 |
tree | 16c536230f93aa538790235504595c385c98d9c3 | |
parent | d3a2925bb28d387d57961654d817d155173c8d7d [diff] |
- bug fix: do not strip lower-case parameter and result names in signatures - display: show '...' if a struct/interface has fields/methods removed; show struct/interface w/o {}'s if all fields/methods were removed; and show the {}'s if the struct/interface was empty to begin with R=rsc DELTA=41 (36 added, 0 deleted, 5 changed) OCL=31201 CL=31204