THRIFT-2505 go struct should always be a pointer to avoid copying of potentially...
authorJens Geyer <jensg@apache.org>
Fri, 9 May 2014 21:48:57 +0000 (23:48 +0200)
committerJens Geyer <jensg@apache.org>
Fri, 9 May 2014 21:48:57 +0000 (23:48 +0200)
commitfacc8dc6c77b4bdb38e403306e9d9824cd420537
treebd3642247b34ead07d4aff8279ec114a6377bba8
parent958581d090d13cfc23162eb823f5ac6af36a8cb1
THRIFT-2505 go struct should always be a pointer to avoid copying of potentially size-unbounded structs
Client: Go
Patch: Aleksey Pesternikov

This closes #116

commit 69bbf0e2b148cb1f48e24f46d181cc4d5dc35786
 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net>
 Date: 2014-05-02T15:45:15Z

struct should always be a pointer to avoid copying of potentially size-unbounded structs
compiler/cpp/src/generate/t_go_generator.cc
lib/go/test/ServicesTest.thrift
lib/go/test/tests/struct_args_rets_test.go [new file with mode: 0644]