I submitted CL to x/text, but no one seems to have any to review it at the
moment. I also checked the recent CL for x/text. again, no one is taking
care of it.
text has a several year old problem that has been resolved by the
corresponding CL, but has not been merged. I'd like to support if text
I want to vent my frustration. The experience of contributing has been
unpleasant for me. I have noticed that similar fixes are prioritized and
merged faster, while I spent time resolving the issue and reporting it, but
it did not receive an effective merge. Although it was during the freeze
pe
ble to access
>
>
> https://github.com/kubernetes/apimachinery/blob/master/pkg/util/diff/diff.go#L57
>
> This is his path to realization
> 在2022年11月1日星期二 UTC+8 12:41:22 写道:
>
>> On Mon, Oct 31, 2022 at 8:27 PM mr@gmail.com
>> wrote:
>>
>>> Yes, it is
gomvpkg tool is
>>> meant to solve a more common problem that does happen with some regularity.
>>> Namely, changing the paths of packages private to a particular project as
>>> that project evolves. Which is why that tool "doesn't get the job d
ne" for
> your situation.
>
> On Sun, Oct 30, 2022 at 7:22 PM mr@gmail.com wrote:
>
>> He doesn't get the job done.
>>
>> 在2022年10月22日星期六 UTC+8 06:20:53 写道:
>>
>>> try https://pkg.go.dev/golang.org/x/tools/cmd/gomvpkg
>>>
&g
He doesn't get the job done.
在2022年10月22日星期六 UTC+8 06:20:53 写道:
> try https://pkg.go.dev/golang.org/x/tools/cmd/gomvpkg
>
>
> On Friday, 21 October 2022 at 16:58:57 UTC+1 mr@gmail.com wrote:
>
>> I'm looking for a tool like this, I've searched google and
I'm looking for a tool like this, I've searched google and github and can't
find one, have you guys used such a tool?
I use a method like this in my code
k8s.io/apimachinery/pkg/util/diff.ObjectReflectDiff
k8s.io/apimachinery/pkg/util/diff is his import path, later I want to
switch to another