Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
now *that* was a proper use of panic. -rob
LGTM
*** Submitted as http://code.google.com/p/go/source/detail?r=9836ab89b890 *** gob: isZero for struct values Fixes issue 2577. R=golang-dev, r, gri CC=golang-dev http://codereview.appspot.com/5492058
I don't remember the details but it seems like you could argue that array should be handled more like struct and less like slice. Russ