sublime-go
sublime-go copied to clipboard
Testify support
Be nice if we can see assert errors inline, just like vet/lint/fmt errors:
assert.Equal(t, 0, 1) | testify: expected 0, actual 1
Will have to test this out and see if it works well for larger diffs.