1
0
mirror of https://github.com/golang/go synced 2024-10-04 11:21:21 -06:00
go/src/pkg/container
Russ Cox e6ecf9765a exp/iterable: delete
Package iterable has outlived its utility.

It is an interesting demonstration, but it encourages
people to use iteration over channels where simple
iteration over array indices or a linked list would be
cheaper, simpler, and have fewer races.

R=dsymonds, r
CC=golang-dev
https://golang.org/cl/2436041
2010-10-11 22:38:42 -04:00
..
heap build: no required environment variables 2010-08-18 10:08:49 -04:00
list exp/iterable: delete 2010-10-11 22:38:42 -04:00
ring build: no required environment variables 2010-08-18 10:08:49 -04:00
vector build: no required environment variables 2010-08-18 10:08:49 -04:00