• Russ Cox's avatar
    exp/iterable: delete · e6ecf976
    Russ Cox authored
    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
    e6ecf976
Name
Last commit
Last update
..
Makefile Loading commit data...
list.go Loading commit data...
list_test.go Loading commit data...