Re: [go-nuts] Re: Ignore /vendor by default in polyglot repository

2021-06-07 Thread 'Jacob Vosmaer' via golang-nuts
On Fri, Jun 4, 2021 at 11:53 PM Amnon wrote: > > How about renaming your vendor directory to something else? That is not really an option because it is not "my" vendor directory. For example, there is a lot of Ruby code in this repository, which some people install with 'bundle install --deployme

Re: [go-nuts] Re: Ignore /vendor by default in polyglot repository

2021-06-04 Thread 'Jacob Vosmaer' via golang-nuts
On Thu, Jun 3, 2021 at 6:35 PM Manlio Perillo wrote: > One possible solution is to have a GOENV file in the root directory of a > repository. Thanks Manlio. Is that something that is possible now, or a feature suggestion? From what I can tell it's not possible now. What is possible already, now

[go-nuts] Ignore /vendor by default in polyglot repository

2021-06-03 Thread 'Jacob Vosmaer' via golang-nuts
Hi, In our organization we have a main code repository that contains components written in different programming languages. One of these components is written in Go. I would like to be able to have a single go.mod file for the whole repository, in the root directory. This doesn't work smoothly