mirror of
https://github.com/golang/go
synced 2024-11-26 10:28:19 -07:00
9346c6d901
so that == on func means that the functions originated in the same execution of a func literal or definition. before, there was an inconsistency: func() {x++} != func() {x++} but func() {} == func() {} this CL makes the second case != too, just like make(map[int]int) != make(map[int]int) R=r DELTA=202 (71 added, 62 deleted, 69 changed) OCL=32393 CL=32398 |
||
---|---|---|
.. | ||
cmd | ||
lib9 | ||
libbio | ||
libmach_amd64 | ||
old/c | ||
pkg | ||
all.bash | ||
clean.bash | ||
Make.386 | ||
Make.amd64 | ||
Make.arm | ||
make.bash | ||
Make.conf | ||
quietgcc.bash | ||
run.bash | ||
sudo.bash |