mirror of
https://github.com/golang/go
synced 2025-05-22 05:48:03 +00:00
new new & make
R=r OCL=22166 CL=22166
This commit is contained in:
src
lib
bignum.gobufio.gobufio_test.goflag.go
run.bashcontainer
array
fmt
hash
http
io
json
net
dialgoogle_test.godnsclient.godnsconfig.godnsmsg.gofd.gofd_darwin.gofd_linux.goip.gonet.gonet_darwin.gonet_linux.goparse.goport.gotcpserver_test.go
once.goos
rand.goreflect
regexp
sort_test.gostrconv
strings.gosync
tabwriter
testing.gotime
test
235.gobigalg.go
bugs
chan
complit.gofixedbugs
bug011.gobug026.gobug027.gobug038.gobug045.gobug054.gobug058.gobug059.gobug060.gobug067.gobug069.gobug075.gobug084.gobug098.gobug099.gobug102.gobug111.go
func.gogolden.outhashmap.gohilbert.gointerface1.goken
array.gochan.goembed.gointerfun.gointervar.goptrfun.gorange.gorob1.gorob2.gorobfunc.gosimparray.gosimpbool.gostring.go
mallocrep1.gomap.gonewfn.gonil.gopeano.gosieve.gotest0.goutf.govectors.go@ -30,6 +30,6 @@ func main() {
|
||||
c = nil;
|
||||
t = nil;
|
||||
i = nil;
|
||||
ta = new([]IN, 1);
|
||||
ta = make([]IN, 1);
|
||||
ta[0] = nil;
|
||||
}
|
||||
|
Reference in New Issue
Block a user