You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Abdel Said (JIRA)" <ji...@apache.org> on 2015/03/02 18:33:04 UTC

[jira] [Comment Edited] (THRIFT-3019) Golang generator missing docstring for structs

    [ https://issues.apache.org/jira/browse/THRIFT-3019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14343428#comment-14343428 ] 

Abdel Said edited comment on THRIFT-3019 at 3/2/15 5:32 PM:
------------------------------------------------------------

attached patch file


was (Author: vimdude):
patch

> 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
>         Attachments: thrift-3019-golang-generator-docstring-bug.patch
>
>
> 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)