• Russ Cox's avatar
    fix both of anton's bugs: · 907cb4f1
    Russ Cox authored
    * make([100]int) was being compiled to
    	make([]int), kind of.
    * []this = [100]that was working for any this, that.
    
    turned up a typo in pipe_test.go
    
    R=ken
    OCL=27081
    CL=27081
    907cb4f1
pipe_test.go 3.92 KB