support vendorizing of relative packages
jchenry opened this issue · 3 comments
jchenry commented
2013/10/25 17:56:04 couldn't vendorize github.com/usermindinc/qbs: couldn't vendorize github.com/mattn/go-sqlite3: github.com/mattn/go-sqlite3: couldn't import ./sqltest: import "./sqltest": import relative to unknown directory
seems like a good place to start
kisielk commented
That should be pretty easily fixable. Relative imports suck 👎
cespare commented
I vote for taking a stand and not supporting it :)
kisielk commented
Relative packages are very much discouraged these days, so I don't think we'll ever implement this.