| commit | b374ce35550659d4f109c2afc657733e7590aaed | [log] [tgz] |
|---|---|---|
| author | Duru Can Celasun <dcelasun@apache.org> | Fri Dec 13 13:10:23 2019 +0000 |
| committer | GitHub <noreply@github.com> | Fri Dec 13 13:10:23 2019 +0000 |
| tree | 970d058f5c5048b8e24f5c957acffc4cbceff715 | |
| parent | 418d88b447769745eeba372d12f486b22053a7a8 [diff] |
THRIFT-5046: Better struct tag overrides Custom go.tag in an IDL no longer removes the existing "db" and "json" tags but can override them. This allows us to change default tags in the future without affecting user defined ones. Client: go This closes #1963.