Re: [go-nuts] Re: Strange rebuilds of stdlib packages with Go 1.11

2018-09-07 Thread Paul Jolly
See https://github.com/golang/go/issues/26993 and https://github.com/golang/go/issues/26988, specifically https://github.com/golang/go/issues/26988#issuecomment-417886417 On Tue, 4 Sep 2018 at 12:24, Volker Dobler wrote: > > Has anybody experience the same behaviour? > Am I doing something wrong?

[go-nuts] Re: Strange rebuilds of stdlib packages with Go 1.11

2018-09-04 Thread Volker Dobler
Has anybody experience the same behaviour? Am I doing something wrong? Any ideas? V. On Friday, 31 August 2018 09:18:44 UTC+2, Volker Dobler wrote: > > Building one of our projects with Go 1.11 works fine but I noticed that > some packages from the stdlib get rebuilt during the build: > > $ go v