From 83f648c9625343045da1e6b4ecc3d207c84403b3 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 12 Dec 2011 22:21:46 -0500 Subject: [PATCH] spec: allow comparison of structs, arrays containing comparable values Also, clarify when interface comparison panics and that comparison to nil is a special syntax rather than a general comparison rule. R=r, gri, r, iant, cw, bradfitz CC=golang-dev https://golang.org/cl/5440117 --- doc/go_spec.html | 99 +++++++++++++++++++++++++++++++----------------- 1 file changed, 65 insertions(+), 34 deletions(-) diff --git a/doc/go_spec.html b/doc/go_spec.html index 725513e32f..18a41337b8 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,5 +1,5 @@ - +