Abdel Said created THRIFT-3019:
----------------------------------
Summary: Golang generator missing docstring for structs
Key: THRIFT-3019
URL: https://issues.apache.org/jira/browse/THRIFT-3019
Project: Thrift
Issue Type: Bug
Components: Go - Compiler
Affects Versions: 1.0
Reporter: Abdel Said
Consider the following thrift file:
/** +gen slice:"SortBy" */
struct Contact {
1: required string id,
2: required string name
}
After generation of the file the comment at the top does not show in the
generated file. Please see attached patch.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)