The Go programming language
Go to file
Russ Cox dc7b2e98d2 compiler changes for *chan -> chan; *map -> map; new(T) -> new(*T)
mainly a syntactic change: the compiler representations don't change
(chan and map are now hidden pointers like string).

R=ken
OCL=21578
CL=21582
2008-12-19 03:05:54 -08:00
doc - receiver ident may be optional 2008-12-18 13:29:11 -08:00
include symbol table changes 2008-11-20 17:32:18 -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 compiler changes for *chan -> chan; *map -> map; new(T) -> new(*T) 2008-12-19 03:05:54 -08:00
test change *map to map; *chan to chan; new(T) to new(*T) 2008-12-19 03:05:37 -08:00
usr change *map to map; *chan to chan; new(T) to new(*T) 2008-12-19 03:05:37 -08:00