commit | b3b7d0457ae67e4eeafbd2137dd94116d4993870 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Sat May 30 22:35:09 2015 +0200 |
committer | Jens Geyer <jensg@apache.org> | Sat May 30 22:56:01 2015 +0200 |
tree | f7e1faa796cd9e9d79f73f3d3b0ad66885ca346b | |
parent | 1568aef7d499153469131449ec682998598f0d3c [diff] [blame] |
THRIFT-3174: Modify initialism code in Go compiler to check first word Client: Go Patch: Paul Magrath <paul@paulmagrath.com> This closes #509
diff --git a/lib/go/test/InitialismsTest.thrift b/lib/go/test/InitialismsTest.thrift index 68b6350..ad86ac1 100644 --- a/lib/go/test/InitialismsTest.thrift +++ b/lib/go/test/InitialismsTest.thrift
@@ -20,4 +20,5 @@ struct InitialismsTest { 1: string user_id, 2: string server_url, + 3: string id, }