Refactor reflect.DeepEqual
to slices.Equal
from the standard lib
#721
Labels
reflect.DeepEqual
to slices.Equal
from the standard lib
#721
Hey folks,
Would it make sense to add also the new way to compare slices in this chapter: https://quii.gitbook.io/learn-go-with-tests/go-fundamentals/arrays-and-slices#write-enough-code-to-make-it-pass-4
So instead of using
reflect.DeepEqual
to useslices.Equal
.I could make a contribution to add this
The text was updated successfully, but these errors were encountered: