Archit Agarwal

Results 2 issues of Archit Agarwal

## Summary Incorrect assert.Error() docs ## Changes Removing the if statement and the Equal call from the example. ## Motivation Since we already have EqualError, the documentation is trying to...

sample code ``` go func getSampleData() []*user { return []*user{ { id: 1, name: "test 1", }, { id: 2, name: "test 2", }, { id: 3, name: "test 3",...