]> Cypherpunks repositories - gostls13.git/commit
Add a unique list ID to list elements, and verify it as necessary.
authorDavid Symonds <dsymonds@golang.org>
Wed, 29 Jul 2009 01:19:16 +0000 (18:19 -0700)
committerDavid Symonds <dsymonds@golang.org>
Wed, 29 Jul 2009 01:19:16 +0000 (18:19 -0700)
commit83940d7c4a2a7ddf5c485f2745573552b096775c
tree3fad60934aa8da060e1a05f7bf9f11f32659cc35
parent40a66ef59ebcc97b0c2468e5274dae4ef1c02812
Add a unique list ID to list elements, and verify it as necessary.
This makes the list closed under its provided operations.

R=rsc,gri
APPROVED=rsc
DELTA=18  (14 added, 0 deleted, 4 changed)
OCL=32388
CL=32395
src/pkg/container/list/list.go