Commits


Sebastien Binet authored and Wes McKinney committed dea6ced4b65
ARROW-2841: [Go] support building in forks Go is pretty adamant about where source code needs to be. A package named "github.com/apache/arrow/go" needs to be checked out under $GOPATH/src/github.com/apache/arrow/go, otherwise wires get crossed. Fortunately, Travis-CI has some support to allow checking out a repository github.com/foo/bar under example.com/foo/bar (this is for the so-called "vanity imports.") Reuse this facility for the forks. Author: Sebastien Binet <binet@cern.ch> Closes #2261 from sbinet/issue-2841 and squashes the following commits: d4a96ad9 <Sebastien Binet> ARROW-2841: support building in forks