]> Cypherpunks repositories - gostls13.git/commit
changes required if we disallow the implicit *
authorRuss Cox <rsc@golang.org>
Mon, 22 Jun 2009 20:34:21 +0000 (13:34 -0700)
committerRuss Cox <rsc@golang.org>
Mon, 22 Jun 2009 20:34:21 +0000 (13:34 -0700)
commitda5abb9fb3cb785d12cf211f8ef5905db6564b49
tree37519e0b9c79e00a0aa998c67ed8ac35d9dabf1a
parent64684cc2a2ac5b3fa242e1b7e6bf88ced7c7ba2c
changes required if we disallow the implicit *
in cap, len, [], and range on maps, strings, and slices.

R=r
DELTA=57  (2 added, 12 deleted, 43 changed)
OCL=30549
CL=30590
src/pkg/archive/tar/untar.go
src/pkg/fmt/format.go
src/pkg/io/io.go
src/pkg/json/struct.go
src/pkg/json/struct_test.go