sublime-go
sublime-go copied to clipboard
Inline test errors
Just like vet/lint/fmt errors, be nice to see them inline:
t.Run("testing", func(t *testing.T){ | test: failed ...
assert.Equal(t, 0, 1)
})