THRIFT-2549 Generate json tag for struct members. use go.tag annotation to override...
authorJens Geyer <jensg@apache.org>
Thu, 19 Jun 2014 20:49:54 +0000 (22:49 +0200)
committerJens Geyer <jensg@apache.org>
Thu, 19 Jun 2014 20:49:54 +0000 (22:49 +0200)
commitc0d126fcafe215b40a83c779751d97192f9d10b1
tree204bf2b854059c1e787614ef157d118800d9d4d8
parent329d59aab0543171d0af193837db5fec714e0a73
THRIFT-2549 Generate json tag for struct members. use go.tag annotation to override the default generated tag.
Client: Go
Patch: Aleksey Pesternikov

This closes #128
compiler/cpp/src/generate/t_go_generator.cc
lib/go/test/GoTagTest.thrift [new file with mode: 0644]
lib/go/test/Makefile.am
lib/go/test/tests/gotag_test.go [new file with mode: 0644]