1
0
mirror of https://github.com/golang/go synced 2024-10-01 03:38:32 -06:00
The Go programming language
Go to file
Rob Pike 47919799b4 new grammar:
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
2008-09-16 19:14:33 -07:00
doc section on service multiplexing 2008-09-16 13:14:44 -07:00
include acid fixes etc. still not perfect. 2008-09-16 12:33:00 -07:00
lib help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
pkg help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
src new grammar: 2008-09-16 19:14:33 -07:00
test fix / work around bugs in bufio test 2008-09-16 14:15:54 -07:00
usr/gri/gosrc - updated code to work again with latest 6g version 2008-09-12 12:09:43 -07:00