]> Cypherpunks repositories - gostls13.git/commit
reflect.DeepEqual: rewrite clarification about nil and empty slice.
authorRob Pike <r@golang.org>
Wed, 26 Sep 2012 10:46:49 +0000 (20:46 +1000)
committerRob Pike <r@golang.org>
Wed, 26 Sep 2012 10:46:49 +0000 (20:46 +1000)
commitded94b7222eb9ffc7c3a46d4420c12f531f63304
treee77a4a0b55bfbeb063febc8d2a3456574a0904ae
parentd6665bc33818a5982e18f424bfe5d0e7ff961a89
reflect.DeepEqual: rewrite clarification about nil and empty slice.
The previous version was created by an idiot. This time, Rog Peppe
wrote the text. Thanks, Rog.
(== doesn't work on slices in general, so it makes no sense to
talk about in the context of DeepEqual.)

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/6566054
src/pkg/reflect/deepequal.go