Re: [go-nuts] Using an "internal" repo or org vs. vendor

2022-04-25 Thread 'Sean Liao' via golang-nuts
Back in 2016 the decision was "working as intended", ref: https://github.com/golang/go/issues/16622#issuecomment-255391314 - sean On Mon, Apr 25, 2022 at 5:58 PM 'Tim Hockin' via golang-nuts < golang-nuts@googlegroups.com> wrote: > We have some packages we would like to break out into their own

[go-nuts] Using an "internal" repo or org vs. vendor

2022-04-25 Thread 'Tim Hockin' via golang-nuts
We have some packages we would like to break out into their own repos, but which we don't really want anyone outside of our project to depend on. We could, of course, just document that. But I had this thought that maybe Go's "internal" semantics could be applied here. So as a test, we redirecte