Luis

Results 3 comments of Luis

estou tentando desenvolver como um exercício pra um dev go iniciante. encontrei alguns recursos pra validar, mas acho que teve alguma atualização entre a data da postagem dos algoritmos e...

Is this suggestion being considered?

Up. Maybe we could register types with its comparison functions? Something like: ```go testify.RegisterComparison[T any](t T, fn func(a,b T) bool ) ``` and use it like: ```go testify.RegisterComparison[decimal.Decimal](t T, fn...