]> Cypherpunks repositories - gostls13.git/commit
implement IsNil() bool for those types that can be nil. most of them, anyway.
authorRob Pike <r@golang.org>
Tue, 12 May 2009 21:57:44 +0000 (14:57 -0700)
committerRob Pike <r@golang.org>
Tue, 12 May 2009 21:57:44 +0000 (14:57 -0700)
commita8f6e38bce5d5b83474a6903c40473dc5855037b
treec47bc1dadd703b0149e0b75a62d8f2b5cb12d7da
parentc6da3e5a69471bc9f4d9044251f850860bb602cd
implement IsNil() bool for those types that can be nil.  most of them, anyway.

R=rsc
DELTA=97  (96 added, 0 deleted, 1 changed)
OCL=28596
CL=28702
src/lib/reflect/all_test.go
src/lib/reflect/value.go