Re: [go-nuts] Re: Share GOMODCACHE between unix users

2020-08-19 Thread Marcin Romaszewicz
Yes, each user would populate their own module cache locally if using your own proxy. On Wed, Aug 19, 2020 at 10:04 AM wilk wrote: > On 19-08-2020, Marcin Romaszewicz wrote: > > --71f06b05ad3dc9f8 > > Content-Type: text/plain; charset="UTF-8" > > > > I have many users building Go at

[go-nuts] Re: Share GOMODCACHE between unix users

2020-08-19 Thread wilk
On 19-08-2020, Marcin Romaszewicz wrote: > --71f06b05ad3dc9f8 > Content-Type: text/plain; charset="UTF-8" > > I have many users building Go at my company, and instead of sharing the > module cache on the filesystem, a much better approach is to use a caching > module proxy, such as Athe