You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Kyle Brandt (Jira)" <ji...@apache.org> on 2020/04/29 13:23:00 UTC

[jira] [Created] (ARROW-8621) [Go] Add Module support by creating tags

Kyle Brandt created ARROW-8621:
----------------------------------

             Summary: [Go] Add Module support by creating tags
                 Key: ARROW-8621
                 URL: https://issues.apache.org/jira/browse/ARROW-8621
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Go
            Reporter: Kyle Brandt


Arrow has a go.mod, but the go modules system expects a certain git tag for Go modules to work.

Based on [https://github.com/golang/go/wiki/Modules#faqs--multi-module-repositories] I believe the tag would be 
{code}
go/arrow/v0.17.0
{code}


Currently:


{code}
$ go get github.com/apache/arrow/go/arrow@v0.17.0 
go get github.com/apache/arrow/go/arrow@v0.17.0: github.com/apache/arrow/go/arrow@v0.17.0: invalid version: unknown revision go/arrow/v0.17.0
{code}





--
This message was sent by Atlassian Jira
(v8.3.4#803005)