You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jens Geyer (JIRA)" <ji...@apache.org> on 2015/05/08 22:20:59 UTC

[jira] [Comment Edited] (THRIFT-3131) Make suggested import path for go thrift library consistent with generated code

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

Jens Geyer edited comment on THRIFT-3131 at 5/8/15 8:20 PM:
------------------------------------------------------------

{quote}
go get git.apache.org/thrift.git/lib/go/thrift doesn't work for me (I suppose due to problems with apache infrastructure):
{quote}

Where does that link come from? At least Trunk says 
{{go get [git-wip-us.apache.org/repos/asf/thrift.git/lib/go/thrift|http://git-wip-us.apache.org/repos/asf/thrift.git/lib/go/thrift]}} 

**EDIT**: Found it, that was THRIFT-2537. I knew I had seen this before ... :-)



was (Author: jensg):
{quote}
go get git.apache.org/thrift.git/lib/go/thrift doesn't work for me (I suppose due to problems with apache infrastructure):
{quote}

Where does that link come from? At least Trunk says 
{{go get [git-wip-us.apache.org/repos/asf/thrift.git/lib/go/thrift|http://git-wip-us.apache.org/repos/asf/thrift.git/lib/go/thrift]}} 

> Make suggested import path for go thrift library consistent with generated code
> -------------------------------------------------------------------------------
>
>                 Key: THRIFT-3131
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3131
>             Project: Thrift
>          Issue Type: Improvement
>          Components: C++ - Compiler, Go - Library
>            Reporter: Konstantin Shaposhnikov
>
> https://github.com/apache/thrift/blob/master/lib/go/README.md suggests to use the following import path for go thrift library:
> git-wip-us.apache.org/repos/asf/thrift.git/lib/go/thrift
> However thrift compiler uses different import path in the generated files by default:
> git.apache.org/thrift.git/lib/go/thrift 
> To avoid confusion it would be good to use a single import path both in the generated code and in the user documentation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)