1
0
mirror of https://github.com/golang/go synced 2024-11-22 14:44:50 -07:00
The Go programming language
Go to file
Russ Cox 416b27548e use _f007·filename for func literals.
this avoids problems people have run into with
multiple closures in the same package.

when preparing filename, only cut off .go, not .anything.
this fixes a bug tgs ran into with foo.pb.go and foo.go
in the same package.

also turn bad identifier chars from filename into
underscores: a-b.pb.go => a_b_pb

R=ken
OCL=27050
CL=27050
2009-04-02 18:32:57 -07:00
doc fix last 3 references to 'type guards' 2009-03-30 16:08:41 -07: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 use _f007·filename for func literals. 2009-04-02 18:32:57 -07:00
test test for and fix bug involving reflect v.Interface() and ==. 2009-03-31 17:33:04 -07:00
usr/gri Daily snapshot: 2009-04-02 18:25:18 -07:00