The Go programming language
Go to file
Russ Cox 61590c4c44 disallow P.t for lowercase t and not our package P.
implement hiding lowercase methods m in
signatures by adding in a hash of the package name
to the type hash code.

remove remaining checks for internally-generated _ names:
they are all gone.

R=ken
OCL=23236
CL=23238
2009-01-21 14:51:57 -08:00
doc update tutorial for new export scheme 2009-01-20 19:32:36 -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 disallow P.t for lowercase t and not our package P. 2009-01-21 14:51:57 -08:00
test disallow P.t for lowercase t and not our package P. 2009-01-21 14:51:57 -08:00
usr/gri - updated pretty (removed "export") 2009-01-20 15:22:33 -08:00