1
0
mirror of https://github.com/golang/go synced 2024-09-24 23:10:12 -06:00
The Go programming language
Go to file
Rob Pike 1b3299ed0b change the representation of arrays in protobufs from *[]item to []item.
for simplicity of user's code, optional arrays of bytes also don't have a pointer.
requires adding a "Set()" method to arrays in reflect.
still to do: protocol compilers, google/net/rpc.

R=rsc
DELTA=227  (36 added, 95 deleted, 96 changed)
OCL=23387
CL=23389
2009-01-23 12:40:55 -08:00
doc cosmetic change only: 2009-01-22 15:16:48 -08:00
include symbol table changes 2008-11-20 17:32:18 -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 change the representation of arrays in protobufs from *[]item to []item. 2009-01-23 12:40:55 -08:00
test - added comment with various viewpoints so we have whole story 2009-01-21 14:57:47 -08:00
usr/gri snapshot before making more changes: 2009-01-23 09:44:01 -08:00