Open emil14 opened 2 months ago
Example:
expected: { data int, idx int, last bool } got: { last bool, data int, idx int }
Could also be good for other things because structure's fields should typically have order.
Example:
Could also be good for other things because structure's fields should typically have order.