()
| 15 | ) |
| 16 | |
| 17 | func init() { |
| 18 | flags.Deterministic = true |
| 19 | } |
| 20 | |
| 21 | // Use IgnoreFields to ignore fields on a struct type when comparing |
| 22 | // by providing a value of the type and the field names to ignore. |
nothing calls this directly
no outgoing calls
no test coverage detected