1
0
mirror of https://github.com/golang/go synced 2024-11-25 22:17:58 -07:00
The Go programming language
Go to file
Russ Cox c4416ac06b new error messages
x.go:11: illegal types for operand: AS
	*I
	*T
	(*interface vs *struct)

R=r
DELTA=10  (8 added, 0 deleted, 2 changed)
OCL=21457
CL=21602
2008-12-19 09:03:24 -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 new error messages 2008-12-19 09:03:24 -08:00
test malloc bug fixes. 2008-12-19 03:13:39 -08:00
usr change *map to map; *chan to chan; new(T) to new(*T) 2008-12-19 03:05:37 -08:00