Amir Abushareb

Results 31 issues of Amir Abushareb

Be nice if we can see assert errors inline, just like vet/lint/fmt errors: ```golang assert.Equal(t, 0, 1) | testify: expected 0, actual 1 ``` Will have to test this out...

enhancement