• Rob Pike's avatar
    new grammar: · 47919799
    Rob Pike authored
    	binary <- is send
    	unary <- is recv
    	-< is gone
    	case a := <-ch: works in select
    	case a = <-ch: works in select
    support for new cases is not yet in the compiler but all non-select
    code works
    
    second CL will update affected go source
    
    R=ken
    OCL=15414
    CL=15414
    47919799
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
pkg Loading commit data...
src Loading commit data...
test Loading commit data...
usr/gri/gosrc Loading commit data...