1
0
mirror of https://github.com/golang/go synced 2024-11-25 19:47:58 -07:00
The Go programming language
Go to file
Ian Lance Taylor 22a6747999 Per discussion earlier today with r and gri: when an interface
object has a value of type "int", it should not automatically
convert to type "int32".  That is, the type alias "int" should
be regarded as having been defined as though "type int int32"
appeared outside of the package, and as therefore being a
different type from "int32".

R=ken
DELTA=21  (20 added, 0 deleted, 1 changed)
OCL=17587
CL=17842
2008-10-24 22:40:32 -07:00
doc Preparation for varargs: Proposal for syntax. 2008-10-24 13:13:12 -07:00
include 6l: 2008-10-20 17:33:51 -07: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 replaced baked-in address with @ so test passes on linux 2008-10-24 21:02:51 -07:00
test Per discussion earlier today with r and gri: when an interface 2008-10-24 22:40:32 -07:00
usr/gri another step toward interface subtypes 2008-10-24 20:14:28 -07:00