Oliver Wang
Results
1
issues of
Oliver Wang
Hello, Is there a way to ignore certain fields when asserting equal or as the argument of .On? e.g. ``` type A struct { Name string UpdatedAt time.Time `mock: "ignore"`...