1
0
mirror of https://github.com/golang/go synced 2024-11-12 03:40:21 -07:00
The Go programming language
Go to file
Russ Cox ebc10db3e1 allow parens to disambiguate types.
examples:

	chan <- (chan int)
	chan (<- chan int)
	(map[string]func())("a": main)

R=ken
OCL=25151
CL=25151
2009-02-18 10:07:46 -08:00
doc convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
include libmach: 2009-02-03 15:00:09 -08: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 allow parens to disambiguate types. 2009-02-18 10:07:46 -08:00
test allow parens to disambiguate types. 2009-02-18 10:07:46 -08:00
usr/gri - accept new composite literal syntax 2009-02-13 16:27:53 -08:00