[
https://issues.apache.org/jira/browse/THRIFT-3131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14544871#comment-14544871
]
Konstantin Shaposhnikov commented on THRIFT-3131:
-------------------------------------------------
I've submitted a patch for https://github.com/golang/go/issues/10797 however
there is one issue that might block inclusion of this change into Go 1.5 or
even if the change is included git.apache.org Go repos won't work with "go get"
out of the box.
Go 1.5 is going to use HTTPS by default and HTTP repositories won't work with
"go get" unless an "-unsecure" flag is provided
(https://github.com/golang/go/issues/9637).
Unfortunately git.apache.org only allows HTTP access to Git repositories.
Is it possible to request Apache to support HTTPS protocol for git.apache.org?
> Consolidate suggested import path for go thrift library to git.apache.org in
> docs and 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
> Assignee: 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)