diff
diff copied to clipboard
unsupported type: array when ID withh uuid.UUID
unsupported type: array when ID withh uuid.UUID
I was able to get this to work using a custom differ for uuid.UUID. Also, make sure to DisableStructValues if you are using uuid.UUID as an identifier for items that appear in slices or maps.
Any concrete way of avoiding or fixing this?
I was able to avoid this by adding arrays as a type, not sure if there are some implications that I'm missing, but it satisfies my usecase. https://github.com/r3labs/diff/pull/66