mo icon indicating copy to clipboard operation
mo copied to clipboard

Missing method Option.Equal

Open senago opened this issue 1 year ago • 0 comments

I encountered that you cannot use the type mo.Option with https://github.com/google/go-cmp since the fields are private and there's no method Equal(other Option) bool

Though it's a bit opinionated, I would implement such a method

senago avatar Mar 18 '25 16:03 senago