>> I missed the conversation originally. however go install has been left in a
>> unfortunate state where it bewilderingly errors out when the main module
>> contains a replace directive.
>
> This sounds like a bug. I would file an issue with an easy reproduction case.
Erroring on replace direct
On Sun, Mar 7, 2021 at 3:45 AM James Lawrence wrote:
> I missed the conversation originally. however go install has been left in
> a unfortunate state where it bewilderingly errors out when the main module
> contains a replace directive.
>
This sounds like a bug. I would file an issue with an ea
I missed the conversation originally. however go install has been left in a
unfortunate state where it bewilderingly errors out when the main module
contains a replace directive. I'm primarily wondering where I should be
going to contribute to that conversation and if there is someone on the go
In your second example, the address of wg doesn't change with each
iteration so you can use:
for _, onedoer := range d {
go func(od *doer) {
od.do(&wg)
}(onedoer)
}
https://play.golang.org/p/A1dAUuyvg9T
On Thursday, March 4, 2021 at 8:50:19 AM UTC-8 Julien Pivotto wrote:
> Thank you for your qu
CC'ing to Mikko/Justin/taowen/Johannes/Aaron. In case if they would be
interested to explain about reflect2's usage.
I tried to patch rook - and here is what I got:
https://github.com/advancedwebdeveloper/rook
https://gist.github.com/advancedwebdeveloper/52be86fa92fd9ed484ef26f5cbfc541c
pkg/apis