From: Robert Griesemer Date: Thu, 16 Feb 2012 22:13:17 +0000 (-0800) Subject: go spec: struct comparison only compares non-blank fields X-Git-Tag: weekly.2012-02-22~181 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3908467b1f5e4f591616081088145a833cf77655;p=gostls13.git go spec: struct comparison only compares non-blank fields Fixes #3031. R=golang-dev, rsc, r, iant CC=golang-dev https://golang.org/cl/5676054 --- diff --git a/doc/go_spec.html b/doc/go_spec.html index 7d4862f50d..85394b20e9 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@